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  version0Y5/home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/test/test_utils.py   S{i^.w f Q I  u ? % h W ,  | ] G <   { g S (  Mrg;~kJ3S vo?DM M<~ ?o{6xL .L\6"K FK *J VJ/o7xw7 I I/H 0How>p.G ^G |7oo:F vF{o} 77E 8E ;7D pDPC Cwww ||7~>   x%B LBA==@g}~ xA (A_po+@ X@ `7@o`?o3n ? ?/w> $>7)= T={y {< &<\op; &;\`7: ,:7 ? 9 9N@8 $8\>x7 :7~ 6 6@ 5 5D 4 4D 3 3D 2 2D 1 1D #0 H09   / /D. *. @@- <-@@, 0,3A@%+ L+@&* N*3@) 0)g ( 8(@' "' $ :)& T&~@@@?% %! "$ F$@&# N#  @ " "^!  3 h3 4>@  I3 h8  ( 63 .x@ "O( Rg@@@@ "$   g   @ @  O   @      ( @    v;+  X {?gxww.  ^ _ V'>s0    "/O   $ 3 h x7+;h  ' R{}`=>  S }vohaZSLE>70)" zsle^WPIB;4-&   SS RR QQ PP OO NN MM LL KK JJ II HH GG FF EE DD CC BB AA @@ ?? >> == << ;; :: 99 88 77 66 55 44 33 22 11 00 // .. -- ,, ++ ** )) (( '' && %% $$ ## "" !!                                         g,d[P + | $ e  Z  TdVKVD dc ZgX3/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/packages.pyJU-/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/other.pyIS)/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/oka.pyHS)/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/wim.pySS)/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/vnf.pyR]=/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/subscriptions.pyQT+/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/sdnc.pyP`C/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/resource_profile.pyOT+/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/repo.pyNT+/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/rbac.pyMX3/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/profiles.pyLT+/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/pdus.pyKU-/home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/sol_package.pyX3/home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/sol007_package.pyX3/home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/sol004_package.pyV//home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/print_output.pyV//home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/package_tool.pyZ7/home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/package_handling.pyN/home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/http.py'T+/home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/exceptions.pyR'/home/jenkins/workspace/osmclient-stage_2_master/osmclient/common/__init__.pyI/home/jenkins/workspace/osmclient-stage_2_master/osmclient/client.pyS)/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/vim.pyS)/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/vca.py U-/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/utils.pyU-/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/nspkg.pyGY5/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/nslcm_ops.pyEU-/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/nslcm.pyFR'/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/ns.pyDU-/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/nfpkg.pyCaE/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/netslice_template.pyB\;/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/netslice_ops.pyAaE/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/netslice_instance.py@W1/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/metrics.py?S)/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/ksu.py>Z7/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/k8scluster.py=hS/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/infra_controller_profile.py)/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/ksu.pyY=7/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/k8scluster.pyg<S/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/infra_controller_profile.pyc;K/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/infra_config_profile.pyV:1/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/cluster.pyU9//home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/common.pyZ89/home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/app_profile.pyU7//home/jenkins/workspace/osmclient-stage_2_master/osmclient/cli_commands/alarms.pyP6%/home/jenkins/workspace/osmclient-stage_2_master/osmclient/sol005/cluster.pyY57/home/jenkins/workspace/osmclient-stage_2_master/osmclient/sol005/resource_profile.pyT4-/home/jenkins/workspace/osmclient-stage_2_master/osmclient/sol005/app_profile.py]3?/home/jenkins/workspace/osmclient-stage_2_master/osmclient/sol005/infra_config_profile.pya2G/home/jenkins/workspace/osmclient-stage_2_master/osmclient/sol005/infra_controller_profile.pyL1/home/jenkins/workspace/osmclient-stage_2_master/osmclient/sol005/ksu.py