Branch Coverage

blib/lib/Color/Palette.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
85 5 16 unless ref $value
92 16 5 if ref $value
98 0 10 unless exists $input->{$curr}
100 5 5 if ($output{$curr})
106 0 5 if $seen{$curr}++
123 2 18 unless my $color = $self->_get_color($name)
218 1 1 unless $self->EXISTS($key)