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.1  has_arcs  version d u 2 V E h w k[/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/sdn_api.pyl]/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/rest_lib.py/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/sdn_assist_juniper_contrail.py /home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/tests/test_sdn_asssist_juniper_contrail.pyri/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/tests/__init__.pyl]/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/__init__.pygS/home/jenkins/workspace/RO-stage_2_master/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.pyri/home/jenkins/workspace/RO-stage_2_master/RO-VIM-openstack/osm_rovim_openstack/tests/test_vimconn_openstack.pydM/home/jenkins/workspace/RO-stage_2_master/RO-VIM-openstack/osm_rovim_openstack/tests/__init__.py^A/home/jenkins/workspace/RO-stage_2_master/RO-VIM-openstack/osm_rovim_openstack/__init__.pyI /home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/html_out.pyH /home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/ro_main.pyK /home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/validation.pyC  /home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/ns.pyN !/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/test_ns.pyR)/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/sample_data.pyH/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/monitor.pyS+/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/test_monitor.pyJ/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/vim_admin.pyJ/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/ns_thread.pyU//home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/test_ns_thread.pyO#/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/__init__.pyI/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/__init__.py   We ! 3 v  w  F il[/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/sdn_api.pym]/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/rest_lib.py/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/sdn_assist_juniper_contrail.py /home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/tests/test_sdn_asssist_juniper_contrail.pysi/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/tests/__init__.pym]/home/jenkins/workspace/RO-stage_2_master/RO-SDN-juniper_contrail/osm_rosdn_juniper_contrail/__init__.pyhS/home/jenkins/workspace/RO-stage_2_master/RO-VIM-openstack/osm_rovim_openstack/vimconn_openstack.pysi/home/jenkins/workspace/RO-stage_2_master/RO-VIM-openstack/osm_rovim_openstack/tests/test_vimconn_openstack.pyeM/home/jenkins/workspace/RO-stage_2_master/RO-VIM-openstack/osm_rovim_openstack/tests/__init__.py_A/home/jenkins/workspace/RO-stage_2_master/RO-VIM-openstack/osm_rovim_openstack/__init__.pyJ/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/html_out.py I/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/ro_main.py L/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/validation.py D /home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/ns.py O!/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/test_ns.py S)/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/sample_data.pyI/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/monitor.pyT+/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/test_monitor.pyK/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/vim_admin.pyK/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/ns_thread.pyV//home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/test_ns_thread.pyP#/home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/tests/__init__.pyI /home/jenkins/workspace/RO-stage_2_master/NG-RO/osm_ng_ro/__init__.py    o}vo                                                            tgF M C ;8cWt` @ . ;{<|_{ =9]n>}̧1nzfgw6l\g:?ϧϧϧϧϧϧϧ={O{ٛ?=;}`w fgߞ}{۳ߞ۳{7pg{c?Ow}6~~|[g!gcy??~b8l˟e{Sǧl|ʶç;>O}nuxx_Y5go >qn{썟w6>7;Yo={9}s{?99׻+^ֿۛ߿m>vw{ww~}׿?wƟoOw@=}y=Xz}_Xh??1 d|w~x p >s;>wn<=w z/xxM٠o@vi\ 8`~9{;>?>x?wϟx~=g=g{g{}~>?~sοξ}yo}?}ov}߿߷7w7{6uoq;vx?pӃ?<]߯|{'> ~wFȀ/@ D  $3f"W= ywog`  ~?d<G  @Ӹ2D 7;~۶   }gnjݠ27cM/@G.  n]O_3?z{w ~/o^n_¿-{/ w~?{~{~ş?{?߅Η}_3ǽ|g/~w/~??||z    jC   d~ %%=I@@  `'E6 p;ݽtus ?5`ol'^gUVأO;{~:Z/2\9=ppH9f9{yԧwB@X,8f xx'y @@  @ @`000`|r  d@6៟9 nx7 wׯ뭯ggݭ}kg=x}?g~Ӿwn|?On|?{~w;ymۍۍogn|vggc}>ݿ>Oӹzsǟ;g>>>xs3{gm~~ߟp۟|>~?ww|>~?w׽;>UgTgU댪Tw0UϿU׿ݟo=߽{&3qt~_}߾~W}}uOuz^wܛ7|}o_ַ?o۝;?{ϟ>w??w~w~{{{o{o߯7{}=_﻾pyco   , ZvKgA  B @633s-q b \ٌd]%g   @ *l    &  0 u_οoߟ?aW .   pGY}=Yp{~ff;c`o{[gf?س{^8=ϣfd)`x@?| X\\jm_?ox?4|0Xkzvu   >  O