lib/ChordPro/lib/SVGPDF/CSS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 36 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
176 | 0 | 0 | 0 | ref $left eq "HASH" and ref $right eq "HASH" |
178 | 0 | 0 | 0 | exists $left->{$_} and ref $left->{$_} eq "HASH" |
0 | 0 | 0 | exists $left->{$_} and ref $left->{$_} eq "HASH" and ref $right->{$_} eq "HASH" | |
224 | 0 | 0 | 0 | $args->{'element'} and exists $$css{$args->{'element'}} |
227 | 0 | 0 | 0 | $args->{'element'} and exists $css->{'_'}{" " . $args->{'element'}} |
240 | 0 | 0 | 0 | $args->{'id'} and exists $$css{"#" . $args->{'id'}} |
line | l | !l | condition |
---|---|---|---|
68 | 0 | 0 | $css->{$_} //= {} |
165 | 0 | 0 | $css->{$1}{" $2"} //= {} |
252 | 0 | 0 | $css->{'_'} // {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 0 | 0 | 0 | $css->{'*'} //= $base |
193 | 0 | 0 | 0 | $css->{'*'} //= $base |
204 | 0 | 0 | 0 | $css->{'*'} //= $base |
209 | 0 | 0 | 0 | $ret->{$k} //= $v |