Files
PYTV/.coverage

70 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
2026-03-10 08:39:28 -04:00
 version )\<0F><0F>]*<0E><0E><0E>V <0A> <0A> I <0C> <0C> ; <0B> o ,
<EFBFBD>
<EFBFBD>
<EFBFBD>
4 <09> <09> C<08><08><08>U<07><07>^ <06><06>`#<05><05>\@)<00>/Users/tboudreaux/Programming/PYTV/api/tests/test_sources.pyA(<00>/Users/tboudreaux/Programming/PYTV/api/tests/test_schedule.py@'<00>/Users/tboudreaux/Programming/PYTV/api/tests/test_channel.py;&}/Users/tboudreaux/Programming/PYTV/api/tests/__init__.py<%/Users/tboudreaux/Programming/PYTV/api/tests/test_user.py@$<00>/Users/tboudreaux/Programming/PYTV/api/tests/test_library.py>#<00>/Users/tboudreaux/Programming/PYTV/api/routers/schedule.py<"/Users/tboudreaux/Programming/PYTV/api/routers/sources.py>!<00>/Users/tboudreaux/Programming/PYTV/api/routers/__init__.py< /Users/tboudreaux/Programming/PYTV/api/routers/channel.py</Users/tboudreaux/Programming/PYTV/api/routers/library.py9y/Users/tboudreaux/Programming/PYTV/api/routers/user.py2k/Users/tboudreaux/Programming/PYTV/api/views.py0g/Users/tboudreaux/Programming/PYTV/api/api.py</Users/tboudreaux/Programming/PYTV/core/services/cache.pyH<00>/Users/tboudreaux/Programming/PYTV/core/management/commands/state.pyQ<00>'/Users/tboudreaux/Programming/PYTV/core/management/commands/cache_upcoming.pyS<00>+/Users/tboudreaux/Programming/PYTV/core/management/commands/run_cache_worker.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.py?<00>/Users/tboudreaux/Programming/PYTV/core/services/youtube.pyA<00>/Users/tboudreaux/Programming/PYTV/api/migrations/__init__.pyZ<00>9/Users/tboudreaux/Programming/PYTV/core/migrations/0004_channel_fallback_collection.pyn<00>a/Users/tboudreaux/Programming/PYTV/core/migrations/0003_channelsourcerule_schedule_block_label_and_more.pyF<00>/Users/tboudreaux/Programming/PYTV/core/migrations/0001_initial.pyb<00>I/Users/tboudreaux/Programming/PYTV/core/migrations/0002_mediaitem_cache_expires_at_and_more.py` <00>E/Users/tboudreaux/Programming/PYTV/core/migrations/0005_mediasource_max_age_days_and_more.pyB <00> /Users/tboudreaux/Programming/PYTV/core/migrations/__init__.pyB <00> /Users/tboudreaux/Programming/PYTV/core/management/__init__.pyA
<00>/Users/tboudreaux/Programming/PYTV/core/services/scheduler.py@ <00>/Users/tboudreaux/Programming/PYTV/core/services/__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
)]^W<08>+ -<0E>_<07><07><06>!$<05><06><05>]aV<0F><0E><0F> <0A>
5 D <09> <09><08> < <0C> <0B> p <0C> J<0E><08> <0A>
<EFBFBD>
<EFBFBD>
<EFBFBD>A<04>/Users/tboudreaux/Programming/PYTV/api/tests/test_sources.py)B<04>/Users/tboudreaux/Programming/PYTV/api/tests/test_schedule.py(A<04>/Users/tboudreaux/Programming/PYTV/api/tests/test_channel.py'<}/Users/tboudreaux/Programming/PYTV/api/tests/__init__.py&=/Users/tboudreaux/Programming/PYTV/api/tests/test_user.py%A<04>/Users/tboudreaux/Programming/PYTV/api/tests/test_library.py$?<04>/Users/tboudreaux/Programming/PYTV/api/routers/schedule.py#=/Users/tboudreaux/Programming/PYTV/api/routers/sources.py"?<04>/Users/tboudreaux/Programming/PYTV/api/routers/__init__.py!=/Users/tboudreaux/Programming/PYTV/api/routers/channel.py =/Users/tboudreaux/Programming/PYTV/api/routers/library.py:y/Users/tboudreaux/Programming/PYTV/api/routers/user.py3k/Users/tboudreaux/Programming/PYTV/api/views.py1g/Users/tboudreaux/Programming/PYTV/api/api.py=/Users/tboudreaux/Programming/PYTV/core/services/cache.pyI<04>/Users/tboudreaux/Programming/PYTV/core/management/commands/state.pyR<04>'/Users/tboudreaux/Programming/PYTV/core/management/commands/cache_upcoming.pyT<04>+/Users/tboudreaux/Programming/PYTV/core/management/commands/run_cache_worker.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@<04>/Users/tboudreaux/Programming/PYTV/core/services/youtube.pyB<04>/Users/tboudreaux/Programming/PYTV/api/migrations/__init__.py[<04>9/Users/tboudreaux/Programming/PYTV/core/migrations/0004_channel_fallback_collection.pyo<04>a/Users/tboudreaux/Programming/PYTV/core/migrations/0003_channelsourcerule_schedule_block_label_and_more.pyG<04>/Users/tboudreaux/Programming/PYTV/core/migrations/0001_initial.pyc<04>I/Users/tboudreaux/Programming/PYTV/core/migrations/0002_mediaitem_cache_expires_at_and_more.pya<04>E/Users/tboudreaux/Programming/PYTV/core/migrations/0005_mediasource_max_age_days_and_more.py C<04> /Users/tboudreaux/Programming/PYTV/core/migrations/__init__.py C<04> /Users/tboudreaux/Programming/PYTV/core/management/__init__.py B<04>/Users/tboudreaux/Programming/PYTV/core/services/scheduler.py
A<04>/Users/tboudreaux/Programming/PYTV/core/services/__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>
<02> <06><><18><><EFBFBD><EFBFBD><EFBFBD>7<EFBFBD><37><04><02><>+Wb<57><10> <09><><EFBFBD><EFBFBD><EFBFBD><E7B398>V  G <09><><E9BDB7>x<><78><EFBFBD><EFBFBD><EFBFBD>v<EFBFBD>;<3B>߿<EFBFBD><DFBF><75><07><>z<EFBFBD>qo<71><6F><EFBFBD><EFBFBD><EFBFBD>}<7D><EFBFBD><7F><EFBFBD><EFBFBD>}<><7F>o<EFBFBD><6F>w<EFBFBD>߯<EFBFBD><DFAF><EFBFBD><07><1D><>     H<><48><EFBFBD>  <11><>  H<><48><EFBFBD>  H<><48><EFBFBD><04>(
 <09>P<0F><><EFBFBD>??<3F><07><07><><EFBFBD> <20><><<3C><><EFBFBD><EFBFBD><EFBFBD><<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?<3F><><EFBFBD><03><><EFBFBD><EFBFBD><0F>0<EFBFBD><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?<3F><><EFBFBD><EFBFBD><EFBFBD>a<EFBFBD><61><EFBFBD><EFBFBD><EFBFBD>|><3E><><EFBFBD><1F><>ϟ<CF9F><7F><EFBFBD><00><><EFBFBD>y<EFBFBD><79><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~><3E><><07><><EFBFBD><EFBFBD>?r<><72><EFBFBD><0F><> <><7F><0F>̃<><CC83><EFBFBD><EFBFBD><7F><EFBFBD>><3E><><EFBFBD>?<1F><><EFBFBD><EFBFBD><0F><EFBFBD><7F><EFBFBD><EFBFBD>|<7C><><EFBFBD><EFBFBD>χ<EFBFBD>y<EFBFBD><79><EFBFBD><EFBFBD>y><3E><>y<EFBFBD><79>|><3E>    2     2  
}<0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F><0F>}  
              
           
2026-03-08 11:28:59 -04:00