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 " Xv 8 A M K H=1|6X M"/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/subscriptions.pyH!/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/html_out.pyC  /home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/nbi.pyM/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/notifications.pyD /home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/auth.pyZ9/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/pmjob_mocks/response.pyW3/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_pmjobs_topic.pyZ9/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_instance_topics.pyY7/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_db_descriptors.pyS+/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_osm_vnfm.pyU//home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_base_topic.pyW3/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_admin_topics.pyY7/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/vnf_subscription.pyS+/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/subscription_topics.pyM/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/pmjobs_topics.py]?/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/vnf_instance_actions.pyU//home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/base_methods.pyV1/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/vnf_instances.pyQ'/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/__init__.pyS+/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/vnf_instance_topics.pyO#/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/instance_topics.pyL /home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/admin_topics.pyO #/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/authconn_tacacs.pyQ '/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/authconn_internal.pyQ '/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/authconn_keystone.pyF /home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/engine.pyE/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/utils.pyQ'/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/descriptor_topics.pyZ9/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_pkg_descriptors.pyJ/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/validation.pyJ/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/base_topic.pyH/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/authconn.pyH/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/__init__.py\=/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_descriptor_topics.py " Y 7 B 9Y  L  I }>2 w NN/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/subscriptions.py"I/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/html_out.py!D /home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/nbi.py N/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/notifications.pyE /home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/auth.py[9/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/pmjob_mocks/response.pyX3/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_pmjobs_topic.py[9/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_instance_topics.pyZ7/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_db_descriptors.pyT+/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_osm_vnfm.pyV//home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_base_topic.pyX3/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_admin_topics.pyZ7/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/vnf_subscription.pyT+/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/subscription_topics.pyN/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/pmjobs_topics.py^?/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/vnf_instance_actions.pyV//home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/base_methods.pyW1/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/vnf_instances.pyR'/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/osm_vnfm/__init__.pyT+/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/vnf_instance_topics.pyP#/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/instance_topics.pyM/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/admin_topics.py P#/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/authconn_tacacs.py R'/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/authconn_internal.py R'/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/authconn_keystone.py G/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/engine.py F/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/utils.pyR'/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/descriptor_topics.py[9/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_pkg_descriptors.pyK/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/validation.pyK/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/base_topic.pyI/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/authconn.pyI/home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/__init__.py\= /home/jenkins/workspace/NBI-stage_2-merge_master/osm_nbi/tests/test_descriptor_topics.py   u$ X )   S cME w u .%  .y r`?6޽Ͽۼ7wھ}>;6ߧp챟?޿~U *$  ! D{ok;# Hw}}zA??~@$` @L?n[]ڷ_=~~w}{{n|{7?{sw{}{{oy{s7?~~mn۶   :=  ,_>~~% LqP_`@?0.';  / `PO o @`k@V LYnE[@@ _n>Ns8` @43  ? ts `w9_|`_: o˗\WO'cO>2/oRЈ0u1K  . @@@o  ^ @ޅ@ Z-??f@l  X 0   @>  ~  `@ @ $s $_rѳ `^K۹ n3 @bw+o4ZZ(p=V||sN7,ҿ/}_ufwK`k6@y=w~6w}_޽_X 8S:~@@ο/A- \4 @I }_)s7k3721?/_@E/ 7a1{>|_</߀e JyƛC<;8Ι#8@[0@7ON @P@~g)&! &_t+H. ^ L38#F1f ` @ @  Y8 r˻_}ww9y{3gߞ}9g{{}}gw?s}3߻g}>s}}}3o=<{ww;>w]L~=s{&33gf>ǻֽs{Ϝ}{9{}{߹<{3&?߻ߛ 7}vohaZSLE>7