Coverage report: 84.06%

Files Functions Classes

coverage.py v7.6.5, created at 2024-11-15 09:22 +0100

File function statements missing excluded branches partial coverage
/home/marco/Code/django-simple-captcha/captcha/__init__.py get_version 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/__init__.py (no function) 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/conf/__init__.py (no function) 0 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/conf/settings.py _callable_from_string 4 0 0 4 1 87.50%
/home/marco/Code/django-simple-captcha/captcha/conf/settings.py get_challenge 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/conf/settings.py noise_functions 3 1 0 2 1 60.00%
/home/marco/Code/django-simple-captcha/captcha/conf/settings.py filter_functions 3 1 0 2 1 60.00%
/home/marco/Code/django-simple-captcha/captcha/conf/settings.py get_letter_color 3 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/conf/settings.py (no function) 33 1 0 2 1 94.29%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaHiddenInput.build_attrs 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaAnswerInput.build_attrs 6 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py BaseCaptchaTextInput.__init__ 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py BaseCaptchaTextInput.decompress 3 3 0 2 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py BaseCaptchaTextInput.fetch_captcha_store 10 3 0 2 1 66.67%
/home/marco/Code/django-simple-captcha/captcha/fields.py BaseCaptchaTextInput.id_for_label 3 1 0 2 1 60.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py BaseCaptchaTextInput.image_url 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py BaseCaptchaTextInput.audio_url 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py BaseCaptchaTextInput.refresh_url 1 1 0 0 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaTextInput.__init__ 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaTextInput.build_attrs 4 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaTextInput.id_for_label 4 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaTextInput.get_context 4 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaTextInput.render 4 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaField.__init__ 7 0 0 4 1 90.91%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaField.compress 3 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/fields.py CaptchaField.clean 16 0 0 6 1 95.45%
/home/marco/Code/django-simple-captcha/captcha/fields.py (no function) 32 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py math_challenge 7 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py random_char_challenge 4 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py unicode_challenge 4 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py word_challenge 8 8 0 2 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py huge_words_and_punctuation_challenge 12 12 0 2 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py noise_arcs 5 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py noise_dots 4 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py noise_null 1 1 0 0 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py random_letter_color_challenge 7 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py post_smooth 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py captcha_image_url 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py captcha_audio_url 1 1 0 0 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/helpers.py (no function) 15 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/management/__init__.py (no function) 0 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/management/commands/__init__.py (no function) 0 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/management/commands/captcha_clean.py Command.handle 15 15 0 8 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/management/commands/captcha_clean.py (no function) 6 6 0 0 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/management/commands/captcha_create_pool.py Command.add_arguments 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/management/commands/captcha_create_pool.py Command.handle 6 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/management/commands/captcha_create_pool.py (no function) 8 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/migrations/0001_initial.py (no function) 5 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/migrations/0002_alter_captchastore_id.py (no function) 4 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/migrations/__init__.py (no function) 0 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/models.py CaptchaStore.save 8 0 0 4 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/models.py CaptchaStore.__str__ 1 1 0 0 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/models.py CaptchaStore.remove_expired 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/models.py CaptchaStore.generate_key 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/models.py CaptchaStore.pick 6 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/models.py CaptchaStore.pick.fallback 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/models.py CaptchaStore.create_pool 4 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/models.py (no function) 30 1 0 2 1 93.75%
/home/marco/Code/django-simple-captcha/captcha/serializers.py CaptchaSerializer.run_validation 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/serializers.py CaptchaModelSerializer.run_validation 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/serializers.py (no function) 11 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/__init__.py (no function) 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.setUp 15 4 0 4 1 73.68%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.tearDown 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase._assertFormError 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.__extract_hash_and_response 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_image 5 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_audio 8 6 0 4 1 25.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_form_submit 9 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_modelform 9 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_wrong_submit 5 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_deleted_expired 11 1 0 0 0 90.91%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_custom_error_message 6 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_repeated_challenge 5 2 0 0 0 60.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_custom_letters_color 14 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_repeated_challenge_form_submit 32 6 0 6 2 78.95%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_custom_generator 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_refresh_view 7 2 0 0 0 71.43%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_content_length 5 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_test_mode_issue15 16 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_get_version 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_missing_value 12 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_autocomplete_off 5 0 0 2 1 85.71%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_issue201_autocomplete_off_on_hiddeninput 5 1 0 2 1 71.43%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_transparent_background 8 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_expired_captcha_returns_410 6 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_id_prefix 5 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_image_size 9 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_multiple_fonts 20 1 0 6 0 96.15%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_math_challenge 8 0 0 2 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_get_from_pool 17 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_captcha_create_pool 4 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_empty_pool_fallback 8 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_serializer 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_wrong_serializer 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_model_serializer 2 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py CaptchaCase.test_wrong_model_serializer 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py trivial_challenge 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py random_color_challenge 1 1 0 0 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py random_char_challenge 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/tests.py (no function) 58 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/urls.py (no function) 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py _get_template 1 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py _test 8 0 0 4 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py test 5 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py test_model_form 8 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py test_custom_generator 8 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py test_custom_error_message 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py test_non_required 5 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py test_id_prefix 6 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py test_serializer 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py test_model_serializer 9 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/tests/views.py (no function) 22 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/urls.py (no function) 3 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/validators.py captcha_validate 12 4 0 4 2 62.50%
/home/marco/Code/django-simple-captcha/captcha/validators.py (no function) 6 0 0 0 0 100.00%
/home/marco/Code/django-simple-captcha/captcha/views.py getsize 6 3 0 4 1 40.00%
/home/marco/Code/django-simple-captcha/captcha/views.py makeimg 4 1 0 2 1 66.67%
/home/marco/Code/django-simple-captcha/captcha/views.py captcha_image 58 2 0 24 3 93.90%
/home/marco/Code/django-simple-captcha/captcha/views.py captcha_audio 29 29 0 8 0 0.00%
/home/marco/Code/django-simple-captcha/captcha/views.py captcha_refresh 5 1 0 2 1 71.43%
/home/marco/Code/django-simple-captcha/captcha/views.py (no function) 19 0 0 0 0 100.00%
Total   908 120 0 152 23 84.06%

No items found using the specified filter.