Coverage report: 100%

Files Functions Classes

coverage.py v7.9.1, created at 2025-06-14 22:24 +0000

File function statements missing excluded branches partial coverage
sources/frigid/__/__init__.py (no function) 7 0 0 0 0 100%
sources/frigid/__/dictionaries.py ImmutableDictionary.__init__ 5 0 0 0 0 100%
sources/frigid/__/dictionaries.py ImmutableDictionary.__delitem__ 2 0 0 0 0 100%
sources/frigid/__/dictionaries.py ImmutableDictionary.__setitem__ 5 0 0 4 0 100%
sources/frigid/__/dictionaries.py ImmutableDictionary.clear 2 0 0 0 0 100%
sources/frigid/__/dictionaries.py ImmutableDictionary.copy 1 0 0 0 0 100%
sources/frigid/__/dictionaries.py ImmutableDictionary.pop 2 0 0 0 0 100%
sources/frigid/__/dictionaries.py ImmutableDictionary.popitem 2 0 0 0 0 100%
sources/frigid/__/dictionaries.py ImmutableDictionary.update 2 0 0 0 0 100%
sources/frigid/__/dictionaries.py (no function) 14 0 0 0 0 100%
sources/frigid/__/doctab.py (no function) 2 0 0 0 0 100%
sources/frigid/__/exceptions.py EntryImmutability.__init__ 1 0 0 0 0 100%
sources/frigid/__/exceptions.py OperationInvalidity.__init__ 1 0 0 0 0 100%
sources/frigid/__/exceptions.py (no function) 8 0 0 0 0 100%
sources/frigid/__/imports.py (no function) 12 0 0 0 0 100%
sources/frigid/__/nomina.py calculate_attrname 1 0 0 0 0 100%
sources/frigid/__/nomina.py is_public_identifier 1 0 0 0 0 100%
sources/frigid/__/nomina.py (no function) 19 0 0 0 0 100%
sources/frigid/__init__.py (no function) 12 0 0 0 0 100%
sources/frigid/classes.py _provide_error_class 7 0 0 2 0 100%
sources/frigid/classes.py Class.__new__ 1 0 0 0 0 100%
sources/frigid/classes.py Dataclass.__new__ 1 0 0 0 0 100%
sources/frigid/classes.py DataclassMutable.__new__ 1 0 0 0 0 100%
sources/frigid/classes.py AbstractBaseClass.__new__ 1 0 0 0 0 100%
sources/frigid/classes.py ProtocolClass.__new__ 1 0 0 0 0 100%
sources/frigid/classes.py ProtocolDataclass.__new__ 1 0 0 0 0 100%
sources/frigid/classes.py ProtocolDataclassMutable.__new__ 1 0 0 0 0 100%
sources/frigid/classes.py dataclass_with_standard_behaviors 0 0 1 0 0 100%
sources/frigid/classes.py dataclass_with_standard_behaviors 0 0 1 0 0 100%
sources/frigid/classes.py dataclass_with_standard_behaviors 3 0 0 2 0 100%
sources/frigid/classes.py with_standard_behaviors 0 0 1 0 0 100%
sources/frigid/classes.py with_standard_behaviors 0 0 1 0 0 100%
sources/frigid/classes.py with_standard_behaviors 3 0 0 2 0 100%
sources/frigid/classes.py (no function) 59 0 24 0 0 100%
sources/frigid/dictionaries.py AbstractDictionary.__iter__ 0 0 1 0 0 100%
sources/frigid/dictionaries.py AbstractDictionary.__len__ 0 0 1 0 0 100%
sources/frigid/dictionaries.py AbstractDictionary.__getitem__ 0 0 1 0 0 100%
sources/frigid/dictionaries.py AbstractDictionary.__setitem__ 2 0 0 0 0 100%
sources/frigid/dictionaries.py AbstractDictionary.__delitem__ 2 0 0 0 0 100%
sources/frigid/dictionaries.py _DictionaryOperations.__or__ 8 0 0 4 0 100%
sources/frigid/dictionaries.py _DictionaryOperations.__ror__ 2 0 0 2 0 100%
sources/frigid/dictionaries.py _DictionaryOperations.__and__ 5 0 0 4 0 100%
sources/frigid/dictionaries.py _DictionaryOperations.__rand__ 2 0 0 2 0 100%
sources/frigid/dictionaries.py _DictionaryOperations.copy 0 0 1 0 0 100%
sources/frigid/dictionaries.py _DictionaryOperations.with_data 0 0 1 0 0 100%
sources/frigid/dictionaries.py Dictionary.__init__ 2 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.__iter__ 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.__len__ 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.__repr__ 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.__str__ 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.__contains__ 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.__getitem__ 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.__eq__ 3 0 0 2 0 100%
sources/frigid/dictionaries.py Dictionary.__ne__ 3 0 0 2 0 100%
sources/frigid/dictionaries.py Dictionary.copy 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.get 3 0 0 2 0 100%
sources/frigid/dictionaries.py Dictionary.keys 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.items 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.values 1 0 0 0 0 100%
sources/frigid/dictionaries.py Dictionary.with_data 1 0 0 0 0 100%
sources/frigid/dictionaries.py ValidatorDictionary.__init__ 9 0 0 4 0 100%
sources/frigid/dictionaries.py ValidatorDictionary.__repr__ 1 0 0 0 0 100%
sources/frigid/dictionaries.py ValidatorDictionary.copy 1 0 0 0 0 100%
sources/frigid/dictionaries.py ValidatorDictionary.with_data 1 0 0 0 0 100%
sources/frigid/dictionaries.py (no function) 47 0 0 0 0 100%
sources/frigid/exceptions.py AttributeImmutability.__init__ 1 0 0 0 0 100%
sources/frigid/exceptions.py EntryImmutability.__init__ 1 0 0 0 0 100%
sources/frigid/exceptions.py EntryInvalidity.__init__ 1 0 0 0 0 100%
sources/frigid/exceptions.py ErrorProvideFailure.__init__ 1 0 0 0 0 100%
sources/frigid/exceptions.py (no function) 12 0 0 0 0 100%
sources/frigid/installers.py install 4 0 0 2 0 100%
sources/frigid/installers.py (no function) 3 0 0 0 0 100%
sources/frigid/modules.py reclassify_modules 1 0 0 0 0 100%
sources/frigid/modules.py (no function) 8 0 0 0 0 100%
sources/frigid/namespaces.py Namespace.__init__ 2 0 0 0 0 100%
sources/frigid/namespaces.py Namespace.__repr__ 4 0 0 2 0 100%
sources/frigid/namespaces.py Namespace.__eq__ 3 0 0 2 0 100%
sources/frigid/namespaces.py Namespace.__ne__ 3 0 0 2 0 100%
sources/frigid/namespaces.py (no function) 8 0 0 0 0 100%
sources/frigid/sequences.py one 1 0 0 0 0 100%
sources/frigid/sequences.py (no function) 2 0 0 0 0 100%
Total   335 0 33 40 0 100%

No items found using the specified filter.