Coverage report: 100%

Files Functions Classes

coverage.py v7.11.0, created at 2025-11-06 17:56 -0800

File function statements missing excluded branches partial coverage
src/countdown/__init__.py (no function) 0 0 0 0 0 100%
src/countdown/__main__.py get_required_width 3 0 0 0 0 100%
src/countdown/__main__.py get_chars_for_terminal 7 0 0 4 0 100%
src/countdown/__main__.py duration 5 0 0 2 0 100%
src/countdown/__main__.py main 10 0 0 2 0 100%
src/countdown/__main__.py enable_ansi_escape_codes 0 0 8 0 0 100%
src/countdown/__main__.py print_full_screen 6 0 0 0 0 100%
src/countdown/__main__.py get_number_lines 10 0 0 4 0 100%
src/countdown/__main__.py (no function) 23 0 1 0 0 100%
src/countdown/digits.py paragraphs 8 0 0 6 0 100%
src/countdown/digits.py transpose 1 0 0 0 0 100%
src/countdown/digits.py center 1 0 0 0 0 100%
src/countdown/digits.py populate_constants 18 0 0 6 0 100%
src/countdown/digits.py (no function) 9 0 0 0 0 100%
tests/__init__.py (no function) 0 0 0 0 0 100%
tests/conftest.py pytest_assertrepr_compare 0 0 16 0 0 100%
tests/conftest.py (no function) 3 0 5 0 0 100%
tests/test_main.py FakeSleep.__init__ 2 0 0 0 0 100%
tests/test_main.py FakeSleep.__call__ 3 0 0 2 0 100%
tests/test_main.py fake_size 2 0 0 0 0 100%
tests/test_main.py fake_size.get_terminal_size 1 0 0 0 0 100%
tests/test_main.py clean_main_output 3 0 0 0 0 100%
tests/test_main.py join_lines 1 0 0 0 0 100%
tests/test_main.py runner 1 0 0 0 0 100%
tests/test_main.py test_invalid_duration 2 0 0 0 0 100%
tests/test_main.py test_duration_10_seconds 1 0 0 0 0 100%
tests/test_main.py test_duration_60_seconds 1 0 0 0 0 100%
tests/test_main.py test_duration_1_minute 1 0 0 0 0 100%
tests/test_main.py test_duration_10_minutes 1 0 0 0 0 100%
tests/test_main.py test_duration_25_minutes 1 0 0 0 0 100%
tests/test_main.py test_duration_3_minute_and_30_seconds 1 0 0 0 0 100%
tests/test_main.py test_duration_2_minutes_and_8_seconds 1 0 0 0 0 100%
tests/test_main.py test_get_number_lines_10_seconds 2 0 0 0 0 100%
tests/test_main.py test_get_number_lines_60_seconds 2 0 0 0 0 100%
tests/test_main.py test_get_number_lines_45_minutes 2 0 0 0 0 100%
tests/test_main.py test_get_number_lines_17_minutes_and_four_seconds 2 0 0 0 0 100%
tests/test_main.py test_get_number_lines_8_minutes_and_6_seconds 2 0 0 0 0 100%
tests/test_main.py test_get_number_lines_9_minutes 2 0 0 0 0 100%
tests/test_main.py test_get_number_lines_3478 2 0 0 0 0 100%
tests/test_main.py test_print_full_screen_tiny_terminal 5 0 0 0 0 100%
tests/test_main.py test_print_full_screen_larger_terminal 5 0 0 0 0 100%
tests/test_main.py test_print_full_screen_multiline_text 5 0 0 0 0 100%
tests/test_main.py test_main_with_no_arguments 3 0 0 0 0 100%
tests/test_main.py test_version_works 3 0 0 0 0 100%
tests/test_main.py test_main_3_seconds_sleeps_4_times 7 0 0 0 0 100%
tests/test_main.py test_main_1_minute 5 0 0 0 0 100%
tests/test_main.py test_main_10_minutes_has_over_600_clear_screens 6 0 0 0 0 100%
tests/test_main.py test_main_enables_alt_buffer_and_hides_cursor_at_beginning 5 0 0 0 0 100%
tests/test_main.py test_main_disable_alt_buffer_and_show_cursor_at_end 5 0 0 0 0 100%
tests/test_main.py test_main_early_exit_still_shows_cursor_at_end 6 0 0 0 0 100%
tests/test_main.py test_digit_sizes_available 6 0 0 0 0 100%
tests/test_main.py test_all_characters_in_each_size 5 0 0 2 0 100%
tests/test_main.py test_char_heights_match_size 6 0 0 4 0 100%
tests/test_main.py test_get_chars_for_terminal_selects_largest_that_fits 24 0 0 0 0 100%
tests/test_main.py test_different_sizes_render_correctly 9 0 0 0 0 100%
tests/test_main.py test_width_constraints_force_smaller_size 12 0 0 0 0 100%
tests/test_main.py (no function) 46 0 0 0 0 100%
Total   303 0 30 32 0 100%

No items found using the specified filter.