Condition Coverage

blib/lib/App/sdview/Style.pm
Criterion Covered Total %
condition 13 19 68.4


and 2 conditions

line l !l condition
76 159 63 $style->{$_} and $style->{$_} = "Convert::Color"->new($style->{$_})

and 3 conditions

line !l l&&!r l&&r condition
175 1 2 1 keys %$style == 1 and defined(my $fbkey = $style->{'fallback'})

or 2 conditions

line l !l condition
252 1 0 $HIGHLIGHTSTYLES{$keyname} //= {}

or 3 conditions

line l !l&&r !l&&!r condition
97 3 1 0 defined $style{$_} or delete $style{$_}
141 68 0 0 defined $style{$_} or delete $style{$_}
193 0 2 2 not defined $val or $val eq "~"
261 2 1 0 defined $highlight->{$_} or delete $highlight->{$_}