Condition Coverage

blib/lib/String/Tagged/Terminal.pm
Criterion Covered Total %
condition 21 31 67.7


and 3 conditions

line !l l&&!r l&&r condition
160 180 0 6 $tags{$tag} and not $pen{$tag}
161 6 175 5 not $tags{$tag} and $pen{$tag}
170 29 0 2 defined $pen{$tag} and not defined $tags{$tag}
29 0 0 defined $pen{$tag} and defined $tags{$tag}
29 0 0 defined $pen{$tag} and defined $tags{$tag} and $pen{$tag} == $tags{$tag}
192 60 2 0 defined $pen{$tag} and not defined $tags{$tag}
60 0 2 defined $pen{$tag} and defined $tags{$tag}
60 2 0 defined $pen{$tag} and defined $tags{$tag} and $pen{$tag} == $tags{$tag}
218 10 7 14 @sgr and %pen

or 2 conditions

line l !l condition
285 2 3 $fh //= \*STDOUT
313 1 0 $fh //= \*STDOUT