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  <N; & c S <W3/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tapi_client.py]?/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/message_templates.py]?/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/message_composers.py] ?/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/services_composer.pyU //home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/conn_info.pyX 5/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/wimconn_tapi.pyc K/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/mock_tapi_handler.py\ =/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/exceptions.py]?/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/mock_osm_ro.pyW3/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/tools.py[;/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/constants.pyX5/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/log_messages.pyV1/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/exceptions.py_C/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/test_wim_tapi.pyZ9/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/__init__.pyT-/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/__init__.py  = < T =O ' d X3/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tapi_client.py^?/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/message_templates.py^?/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/message_composers.py^?/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/services_composer.py V//home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/conn_info.py Y5/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/wimconn_tapi.py dK/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/mock_tapi_handler.py ]=/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/exceptions.py ^?/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/mock_osm_ro.pyX3/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/tools.py\;/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/constants.pyY5/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/log_messages.pyW1/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/exceptions.py`C/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/test_wim_tapi.py[9/home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/tests/__init__.pyT- /home/jenkins/workspace/RO-stage_2_master/RO-SDN-tapi/osm_rosdn_tapi/__init__.py   xkN # H>f"I7  A $ '<  2 AKĜ!  awK.0  b `E S,Y{)  8 Й13`gX   , &?owp  ~ I?  ̙3 .v>g0 ` :ЅloqӾ<