Condition Coverage

blib/lib/Text/Layout.pm
Criterion Covered Total %
condition 14 26 53.8


and 3 conditions

line !l l&&!r l&&r condition
324 0 0 1 @data >= 1 and ref($data[0]) =~ /^PDF::(API2|Builder)\b/
555 9 0 2 $k eq "underline" and $v =~ /^(none|single|double)$/i
7 0 1 $k eq "overline" and $v =~ /^(none|single|double)$/i
2 0 4 $k eq "strikethrough" and $v =~ /^(true|1)$/i
2 0 0 $k eq "strikethrough" and $v =~ /^(false|0)$/i
644 0 0 0 not $self->{'_pango'} and $v =~ /^(-?\d+(?:\.\d*)?)\%$/
807 0 6 59 defined $a and $a ne ""
1685 1 2 7 $self->{'_bbcache'} and @{$self->{'_bbcache'};} == ($all ? 9 : 5)

or 2 conditions

line l !l condition
900 0 3 $description->{'color'} || 'black'