Condition Coverage

blib/lib/Text/Layout/Testing.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
54 696 0 58 $_ eq "size" and defined $f->{$_}
696 56 2 $_ eq "size" and defined $f->{$_} and int $f->{$_} != $f->{$_}
56 283 284 187 defined $f->{$_} and not !$f->{$_} || /col/ && $f->{$_} eq 'black'

or 3 conditions

line l !l&&r !l&&!r condition
51 47 11 0 $f->{'font'}{'size'} // $f->{'size'}
56 58 226 187 !$f->{$_} || /col/ && $f->{$_} eq 'black'