Coverage report: 96%

Files Functions Classes

coverage.py v7.8.0, created at 2025-04-08 20:26 +0000

File function statements missing excluded coverage
/home/ubuntu/cv-depot/python/cv_depot/api.py __create_namespace 6 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/api.py (no function) 13 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/channel_map.py ChannelMap.__repr__ 10 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/channel_map.py ChannelMap.__setitem__ 7 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/channel_map.py ChannelMap.source 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/channel_map.py ChannelMap.target 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/channel_map.py (no function) 10 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.__init__ 3 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor._get_color 10 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.from_string 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.from_list 7 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.from_list_8_bit 2 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.from_hexidecimal 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.__repr__ 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.hexidecimal 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.one_channel 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.three_channel 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.one_channel_8_bit 3 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.three_channel_8_bit 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py BasicColor.string 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py Color.__init__ 15 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py Color.from_array 9 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py Color.from_list 2 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py Color.from_basic_color 9 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py Color.__repr__ 9 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py Color.num_channels 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py Color.to_array 6 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/color.py (no function) 80 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enforce.py enforce_homogenous_type 4 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enforce.py (no function) 3 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py EnumBase.__repr__ 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py EnumBase.from_string 8 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py BitDepth.__init__ 4 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py BitDepth.__repr__ 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py BitDepth.from_dtype 12 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py ImageFormat.__init__ 5 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py ImageFormat.__repr__ 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py ImageFormat.from_extension 14 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py VideoFormat.__init__ 5 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py VideoFormat.__repr__ 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py VideoFormat.from_extension 14 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py VideoCodec.__init__ 2 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py VideoCodec.__repr__ 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/enum.py (no function) 57 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py _has_super_darks 2 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py _has_super_brights 2 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.from_array 2 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.from_pil 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.read 17 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.__init__ 15 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image._repr 4 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image._repr_html_ 1 1 0 0%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image._repr_png 5 1 0 80%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image._string_to_channels 10 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.__getitem__ 44 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.set_channels 13 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.write 17 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.to_bit_depth 18 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.to_unit_space 6 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.to_array 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.to_pil 8 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.compare 25 1 0 96%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.__eq__ 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.data 3 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.info 5 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.shape 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.width 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.height 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.width_and_height 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.channels 3 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.num_channels 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.max_channels 3 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.channel_layers 14 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.bit_depth 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py Image.extension 3 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/image.py (no function) 63 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/tools.py get_channels_from_array 11 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/tools.py (no function) 3 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/types.py (no function) 9 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/video.py get_video_metadata 11 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/video.py write_video 14 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/video.py (no function) 10 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer.__init__ 20 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer.show 1 1 0 0%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._get_layer_options 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._get_channel_options 2 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._get_info 10 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._get_png 7 1 0 86%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._handle_layer_event 10 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._handle_channel_event 4 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._handle_resize_event 4 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._handle_gamma_event 4 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py ImageViewer._handle_premult_event 4 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/core/viewer.py (no function) 20 1 0 95%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py has_super_brights 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py has_super_darks 1 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py to_hsv 12 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py to_rgb 12 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py invert 6 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py mix 11 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py remap_single_channel 9 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py remap 29 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/channel.py (no function) 19 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/draw.py swatch 18 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/draw.py grid 31 1 0 97%
/home/ubuntu/cv-depot/python/cv_depot/ops/draw.py checkerboard 29 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/draw.py highlight 23 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/draw.py outline 11 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/draw.py annotate 7 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/draw.py (no function) 18 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py reformat 12 12 0 0%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py crop 36 36 0 0%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py pad 43 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py staple 41 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py cut 33 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py chop 32 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py chop.get_bounding_boxes 9 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py chop.get_indices 20 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py warp 13 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py get_warp_matrix 5 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/edit.py (no function) 19 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/filter.py gamma 7 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/filter.py canny_edges 9 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/filter.py tophat 12 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/filter.py linear_lookup 2 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/filter.py linear_smooth 16 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/filter.py key_exact_color 31 1 0 97%
/home/ubuntu/cv-depot/python/cv_depot/ops/filter.py kmeans 29 0 0 100%
/home/ubuntu/cv-depot/python/cv_depot/ops/filter.py (no function) 17 0 0 100%
Total   1405 56 0 96%

No items found using the specified filter.