Branch Coverage

blib/lib/Log/Any/Plugin/ANSIColor.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
27 2 2 if (delete $color_map{'default'} or keys %color_map == 0)
39 11 9 if exists $color_map{$method}
43 30 26 if (my $color = delete $color_map{$method_name})
46 2 28 if $color eq 'none'
48 2 26 unless (colorvalid($color))
58 0 26 ref $_ ? :
64 1 3 if (my(@remainder) = sort(keys %color_map))