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+S I V  h H 9]},,XjO(#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_prometheus.pyN'!/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_lcm_utils.pyS&+/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_db_descriptors.pyG%/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_ns.pyB$ /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/netslice.pyD# /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/prometheus.pyH"/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/vim.pyY!7/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/database/wim_account.pyH /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/wim.pyY7/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/database/vim_account.pyO#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/dict_utils.pyI/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/vnfr.pyI/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/vnfd.pyH/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/nsd.py?/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/ng_ro.pyH/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/vca.pyO#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/list_utils.pyH/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/nsr.py;}/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/ns.py</home/jenkins/workspace/LCM-stage_2_master/osm_lcm/lcm.pyH/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_lcm.py@/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/lcm_hc.pyK/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_lcm_hc.pyG/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/frontend_grpc.pyF/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/frontend_pb2.pyO#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/lcm_config.pyG/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/lcm_helm_conn.pyR )/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_lcm_helm_conn.pyD  /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/osm_config.pyO #/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_osm_config.pyZ 9/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/filesystem/filesystem.pyX 5/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/filesystem/__init__.pyV1/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/database/database.pyV1/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/database/__init__.pyM/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/__init__.pyC /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/lcm_utils.pyB /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/ROclient.pyA/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/vim_sdn.pyB /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/__init__.pyL/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_vim_sdn.py (oT -- J i :~ ! I Y^ W k ,P#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_prometheus.py(O!/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_lcm_utils.py'T+/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_db_descriptors.py&H/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_ns.py%C /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/netslice.py$E /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/prometheus.py#I/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/vim.py"Z7/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/database/wim_account.py!I/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/wim.py Z7/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/database/vim_account.pyP#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/dict_utils.pyJ/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/vnfr.pyJ/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/vnfd.pyI/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/nsd.py@/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/ng_ro.pyI/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/vca.pyP#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/list_utils.pyI/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/nsr.py<}/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/ns.py=/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/lcm.pyI/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_lcm.pyA/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/lcm_hc.pyL/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_lcm_hc.pyH/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/frontend_grpc.pyG/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/frontend_pb2.pyP#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/lcm_config.pyH/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/lcm_helm_conn.pyS)/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_lcm_helm_conn.py E /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/osm_config.py P#/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_osm_config.py [9/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/filesystem/filesystem.py Y5/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/filesystem/__init__.py W1/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/database/database.pyW1/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/database/__init__.pyN/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/data_utils/__init__.pyD /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/lcm_utils.pyC /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/ROclient.pyB/home/jenkins/workspace/LCM-stage_2_master/osm_lcm/vim_sdn.pyC /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/__init__.pyL /home/jenkins/workspace/LCM-stage_2_master/osm_lcm/tests/test_vim_sdn.py   (e  ~ k5'M  ( (,'I' 'm|^=߇߇{;ݾswnM?&q& b&  K% %*q@m{nm۶m ޛ}yoнG׷; ? ˱,oma}vݶww m{{Юy?n&N$ $?p2 # #|" " ! !и  . =  d  r ' >Db wLxP&  24 j 3 @ @" Folֲ,lXcZw    mfd H |;]|?>?3@cF@`>XoH` 1}?Zww~P|- q^@wƾ0YT/{!/sF?$0 a?@k@w}goߗ/x'?@8PN2w";x}o p '<ğxm 0?@@ .@ @x- <@0suZ>mys}}|0?=sg5޼pZ/xlx.o(?`0`@ oϿߟ_XY?@~+$m Z@_\?lp `v|(f͟?!$)' '""z0B39l' J П <  2 {׿   %f~   9   ?H     Η.  i R8dN7conhENwNBɌѿ @@ s f }[@00`` ` @` @ @@@ \`}ଯ=َ=߿' 7 rs}^OOg~ (}vohaZSLE>70)"  (( '' && %% $$ ## "" !!