SQLite format 3@  .WJ V ^ O- & m a cQ }tabletracertracer CREATE TABLE tracer ( -- A row per file indicating the tracer used for that file. file_id integer primary key, tracer text, foreign key (file_id) references file (id) ) etablearcarc CREATE TABLE arc ( -- If recording branches, a row per context per from/to line transition executed. file_id integer, -- foreign key to `file`. context_id integer, -- foreign key to `context`. fromno integer, -- line number jumped from. tono integer, -- line number jumped to. foreign key (file_id) references file (id), foreign key (context_id) references context (id), unique (file_id, context_id, fromno, tono) )% 9indexsqlite_autoindex_arc_1arc qtableline_bitsline_bits CREATE TABLE line_bits ( -- If recording lines, a row per context per file executed. -- All of the line numbers for that file/context are in one numbits. file_id integer, -- foreign key to `file`. context_id integer, -- foreign key to `context`. numbits blob, -- see the numbits functions in coverage.numbits foreign key (file_id) references file (id), foreign key (context_id) references context (id), unique (file_id, context_id) )1 Eindexsqlite_autoindex_line_bits_1line_bits  tablecontextcontextCREATE TABLE context ( -- A row per context measured. id integer primary key, context text, unique (context) )-Aindexsqlite_autoindex_context_1contextqtablefilefileCREATE TABLE file ( -- A row per file measured. id integer primary key, path text, unique (path) )';indexsqlite_autoindex_file_1file[tablemetametaCREATE TABLE meta ( -- Key-value pairs, to record metadata about the data key text, value text, unique (key) -- Possible keys: -- 'has_arcs' boolean -- Is this data recording branches? -- 'sys_argv' text -- The coverage command line that recorded the data. -- 'version' text -- The version of coverage.py that made the file. -- 'when' text -- Datetime when the file was created. )';indexsqlite_autoindex_meta_1meta++utablecoverage_schemacoverage_schemaCREATE TABLE coverage_schema ( -- One row, to record the version of the schema in this db. version integer )   has_arcs0version7.3.2  has_arcs  version fz& ; b  T y jY/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/sdn_api.pyk[/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/rest_lib.py~/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/sdn_assist_juniper_contrail.py /home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/tests/test_sdn_asssist_juniper_contrail.pyqg/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/tests/__init__.pyk[/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/__init__.pyfQ/home/jenkins/workspace/RO-stage_2_v14.0/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.pyqg/home/jenkins/workspace/RO-stage_2_v14.0/RO-VIM-openstack/osm_rovim_openstack/tests/test_vimconn_openstack.pycK/home/jenkins/workspace/RO-stage_2_v14.0/RO-VIM-openstack/osm_rovim_openstack/tests/__init__.py]?/home/jenkins/workspace/RO-stage_2_v14.0/RO-VIM-openstack/osm_rovim_openstack/__init__.pyH /home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/html_out.pyG /home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/ro_main.pyJ /home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/validation.pyB  /home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/ns.pyM /home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/test_ns.pyQ'/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/sample_data.pyG/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/monitor.pyR)/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/test_monitor.pyI/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/vim_admin.pyI/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/ns_thread.pyT-/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/test_ns_thread.pyN!/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/__init__.pyH/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/__init__.py    cg ' < {   U zkY/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/sdn_api.pyl[/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/rest_lib.py/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/sdn_assist_juniper_contrail.py /home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/tests/test_sdn_asssist_juniper_contrail.pyrg/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/tests/__init__.pyl[/home/jenkins/workspace/RO-stage_2_v14.0/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/__init__.pygQ/home/jenkins/workspace/RO-stage_2_v14.0/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.pyrg/home/jenkins/workspace/RO-stage_2_v14.0/RO-VIM-openstack/osm_rovim_openstack/tests/test_vimconn_openstack.pydK/home/jenkins/workspace/RO-stage_2_v14.0/RO-VIM-openstack/osm_rovim_openstack/tests/__init__.py^?/home/jenkins/workspace/RO-stage_2_v14.0/RO-VIM-openstack/osm_rovim_openstack/__init__.pyI/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/html_out.py H/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/ro_main.py K/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/validation.py C /home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/ns.py N/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/test_ns.py R'/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/sample_data.pyH/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/monitor.pyS)/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/test_monitor.pyJ/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/vim_admin.pyJ/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/ns_thread.pyU-/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/test_ns_thread.pyO!/home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/tests/__init__.pyH /home/jenkins/workspace/RO-stage_2_v14.0/NG-RO/osm_ng_ro/__init__.py   mgF 'm 0 u_οoߟ?a  ~I@^#>vzm}߽q[?3zly{m}}(>Nwʧ޽zg=_;@;שm`υG: ?_@@  @+?+A  . ;{<|_{ ?y?1c=ͧ1>Mt3L7LƝl\g㧳{9{s7{0?}av>c۳o~{۳ߞ}{`y=nރOco|짱iϏo1/^bl?l?/??~X?Ol>Xbl_|OS}|ǧ=:xXxX_ok__78|7goyϻ}gmm|lwg~=Y_{9}g{Yo{]][ֿmm{{;サ߻ol~yw?loo>yw????@kx _1 d|w~w n >s;>wn<=w /{M?? ? dџ\ 8`~9{;>?>x?wϟx~=g=g{g{}~>?~sοξ}yo}?}ov}߿߷7w7{6uoq;vx?pӃ?<]߯|{'> ~wFȀ/@ D c F3f"W= ywogGp 9wy~o @O(߀ܬ VmZ ٭? }gnjݠ27cM/@G.  n]O_3?z{w ~/o^n_¿-{/ w~?{~{~ş?{?߅Η}_3ǽ|g/~w/~??|ϗ    jv  l 2AAA?$.I   @@@x77y7ng7u} @ xUZct~:Z/2\9=ppH9f9{>#ӟ>D-8f'pg[<f# j  T@C8??onwûpw}z{~}g=_~{fp3~Ͼ~~{?;=:~'wߌ?On|?n7ᅪow3w{?{vv=oXvoxo|wxtsqwiq9y?;?~۟~w~>]o|>~?ߝ?uΟ}?ouh:UL?@U??ƻqϸg|{w?gg}}o_}o_}}=]uw{={7<灻?=ߟ???o}znny{s;?woG;~?;?;gw~~wwW޸޸w߽7{oƯ{o{o{oz[}~|~|=={{?~~~o  , ZvKgA  B @633s-q b \ٌd]%g   @ *l   o}vo