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 "+Z{ A M \ ] ] ULTy+L"/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/subscriptions.pyG!/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/html_out.pyB  /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/nbi.pyL/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/notifications.pyC /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/auth.pyY7/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/pmjob_mocks/response.pyV1/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_pmjobs_topic.pyY7/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_instance_topics.pyX5/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_db_descriptors.pyR)/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_osm_vnfm.pyT-/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_base_topic.pyV1/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_admin_topics.pyX5/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/vnf_subscription.pyR)/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/subscription_topics.pyL/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/pmjobs_topics.py\=/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/vnf_instance_actions.pyT-/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/base_methods.pyU//home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/vnf_instances.pyP%/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/__init__.pyR)/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/vnf_instance_topics.pyN!/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/instance_topics.pyK /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/admin_topics.pyN !/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/authconn_tacacs.pyP %/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/authconn_internal.pyP %/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/authconn_keystone.pyE /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/engine.pyD /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/utils.pyP%/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/descriptor_topics.pyY7/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_pkg_descriptors.pyI/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/validation.pyI/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/base_topic.pyG/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/authconn.pyG/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/__init__.py[;/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_descriptor_topics.py ",[ U N Bz  ^  ^,VM! | ]M/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/subscriptions.py"H/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/html_out.py!C /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/nbi.py M/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/notifications.pyD /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/auth.pyZ7/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/pmjob_mocks/response.pyW1/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_pmjobs_topic.pyZ7/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_instance_topics.pyY5/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_db_descriptors.pyS)/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_osm_vnfm.pyU-/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_base_topic.pyW1/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_admin_topics.pyY5/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/vnf_subscription.pyS)/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/subscription_topics.pyM/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/pmjobs_topics.py]=/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/vnf_instance_actions.pyU-/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/base_methods.pyV//home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/vnf_instances.pyQ%/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/osm_vnfm/__init__.pyS)/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/vnf_instance_topics.pyO!/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/instance_topics.pyL/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/admin_topics.py O!/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/authconn_tacacs.py Q%/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/authconn_internal.py Q%/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/authconn_keystone.py F/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/engine.py E /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/utils.pyQ%/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/descriptor_topics.pyZ7/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_pkg_descriptors.pyJ/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/validation.pyJ/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/base_topic.pyH/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/authconn.pyH/home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/__init__.py[; /home/jenkins/workspace/NBI-stage_2-merge_v14.0/osm_nbi/tests/test_descriptor_topics.py   + b ; ,  m me4)@ .%  .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   @<  z  `@ @ $s  q9U^X0@Bh/x` `1;ޕ7-wA- sמg+N>~nY8O_77oߗ.0 m zcm^Y_X 8S:~@@ο/A% L4 F }_)s7k3721s/ {_"/ߏ?@o#kx?x >e JyƛC<;8Ι#8@[0@7ON @P@~g)&! &_t+H. ^ L38#F1f ` @ @  Y1 d|J{ξ{[;{=홳o3gg>s3߻9ÿ3w9g>s[}{v;~;ww.{&g={s߿}3gw3{o9sgξϜ}{={s\? 7}vohaZSLE>7