Files
PYTV/.coverage

71 lines
52 KiB
Plaintext
Raw Normal View History

2026-03-08 11:28:59 -04:00
SQLite format 3@  .~Y V X^ - g <0C> <0B> 8 U i, .X<00>Q <01>}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)
)<29>
<01>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 <0C><01>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
<EFBFBD><01> tablecontextcontextCREATE TABLE context (
-- A row per context measured.
id integer primary key,
context text,
unique (context)
)-Aindexsqlite_autoindex_context_1context<08><01>qtablefilefileCREATE TABLE file (
-- A row per file measured.
id integer primary key,
path text,
unique (path)
)';indexsqlite_autoindex_file_1file<06><01>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.
-- 'hash' text -- Hash of the data.
)';indexsqlite_autoindex_meta_1meta<00>++<01>utablecoverage_schemacoverage_schemaCREATE TABLE coverage_schema (
-- One row, to record the version of the schema in this db.
version integer
) <0F><0F>
<0F><0F><0F> has_arcs
 version <08><0F><0F>]*<0E><0E><0E>V <0A> <0A> S <0C> <0C> V  <0B> <0B> _ *
<EFBFBD>
<EFBFBD>
_
 <09> <09> d "<08>A<00>/Users/tboudreaux/Programming/PYTV/api/tests/test_schedule.py@<00>/Users/tboudreaux/Programming/PYTV/api/tests/test_channel.py@<00>/Users/tboudreaux/Programming/PYTV/api/tests/test_library.py2k/Users/tboudreaux/Programming/PYTV/api/views.pyA<00>/Users/tboudreaux/Programming/PYTV/core/services/scheduler.py@<00>/Users/tboudreaux/Programming/PYTV/core/services/__init__.pyG<00>/Users/tboudreaux/Programming/PYTV/core/management/commands/seed.pyK<00>/Users/tboudreaux/Programming/PYTV/core/management/commands/__init__.py3m/Users/tboudreaux/Programming/PYTV/core/views.py3m/Users/tboudreaux/Programming/PYTV/core/tests.py9y/Users/tboudreaux/Programming/PYTV/api/routers/user.py><00>/Users/tboudreaux/Programming/PYTV/api/routers/schedule.py</Users/tboudreaux/Programming/PYTV/api/routers/channel.py</Users/tboudreaux/Programming/PYTV/api/routers/library.py><00>/Users/tboudreaux/Programming/PYTV/api/routers/__init__.py0g/Users/tboudreaux/Programming/PYTV/api/api.pyA<00>/Users/tboudreaux/Programming/PYTV/api/migrations/__init__.pyF <00>/Users/tboudreaux/Programming/PYTV/core/migrations/0001_initial.pyB <00> /Users/tboudreaux/Programming/PYTV/core/migrations/__init__.pyB <00> /Users/tboudreaux/Programming/PYTV/core/management/__init__.py<
/Users/tboudreaux/Programming/PYTV/api/tests/test_user.py; }/Users/tboudreaux/Programming/PYTV/api/tests/__init__.py2k/Users/tboudreaux/Programming/PYTV/api/admin.py3m/Users/tboudreaux/Programming/PYTV/core/admin.py3m/Users/tboudreaux/Programming/PYTV/api/models.py4o/Users/tboudreaux/Programming/PYTV/core/models.py1i/Users/tboudreaux/Programming/PYTV/api/apps.py5q/Users/tboudreaux/Programming/PYTV/api/__init__.py2k/Users/tboudreaux/Programming/PYTV/core/apps.py6s/Users/tboudreaux/Programming/PYTV/core/__init__.py
<08>^W <0C>+ <0C><0E> W <0B>  <0B> ` # e<08> <0A> <09><0F><0E><0F> <0A>
<EFBFBD>
` T<0E>
 <09> +
<EFBFBD>B<04>/Users/tboudreaux/Programming/PYTV/api/tests/test_schedule.pyA<04>/Users/tboudreaux/Programming/PYTV/api/tests/test_channel.pyA<04>/Users/tboudreaux/Programming/PYTV/api/tests/test_library.py3k/Users/tboudreaux/Programming/PYTV/api/views.pyB<04>/Users/tboudreaux/Programming/PYTV/core/services/scheduler.pyA<04>/Users/tboudreaux/Programming/PYTV/core/services/__init__.pyH<04>/Users/tboudreaux/Programming/PYTV/core/management/commands/seed.pyL<04>/Users/tboudreaux/Programming/PYTV/core/management/commands/__init__.py4m/Users/tboudreaux/Programming/PYTV/core/views.py4m/Users/tboudreaux/Programming/PYTV/core/tests.py:y/Users/tboudreaux/Programming/PYTV/api/routers/user.py?<04>/Users/tboudreaux/Programming/PYTV/api/routers/schedule.py=/Users/tboudreaux/Programming/PYTV/api/routers/channel.py=/Users/tboudreaux/Programming/PYTV/api/routers/library.py?<04>/Users/tboudreaux/Programming/PYTV/api/routers/__init__.py1g/Users/tboudreaux/Programming/PYTV/api/api.pyB<04>/Users/tboudreaux/Programming/PYTV/api/migrations/__init__.pyG<04>/Users/tboudreaux/Programming/PYTV/core/migrations/0001_initial.py C<04> /Users/tboudreaux/Programming/PYTV/core/migrations/__init__.py C<04> /Users/tboudreaux/Programming/PYTV/core/management/__init__.py =/Users/tboudreaux/Programming/PYTV/api/tests/test_user.py
<}/Users/tboudreaux/Programming/PYTV/api/tests/__init__.py 3k/Users/tboudreaux/Programming/PYTV/api/admin.py4m/Users/tboudreaux/Programming/PYTV/core/admin.py4m/Users/tboudreaux/Programming/PYTV/api/models.py5o/Users/tboudreaux/Programming/PYTV/core/models.py2i/Users/tboudreaux/Programming/PYTV/api/apps.py6q/Users/tboudreaux/Programming/PYTV/api/__init__.py3k/Users/tboudreaux/Programming/PYTV/core/apps.py6s /Users/tboudreaux/Programming/PYTV/core/__init__.py <0F><0F>
<0F><0F>
<EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD>}     ~<7E><><EFBFBD><EFBFBD><EFBFBD>
 <13><><EFBFBD><EFBFBD><EFBFBD><00>  ^<5E>of
 ^<5E><><EFBFBD>     2 <0F>=  
v<0F><0F><0F><0F>v<0F><0F><0F><0F><0F><0F>}<0F><0F><0F><0F><0F><0F><0F><0F>