Branch Coverage

blib/lib/Log/Any/Plugin/ANSIColor.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
24 2 2 if (delete $color_map{'default'} or keys %color_map == 0)
32 19 17 if (my $color = delete $color_map{$method_name})
35 1 18 if $color eq 'none'
37 1 17 unless (colorvalid($color))
50 1 3 if (my(@remainder) = sort(keys %color_map))