Condition Coverage

blib/lib/Term/Chrome.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
264 6 7 7 $self->[2] and $self->[2] < 30
13 5 2 $self->[2] and $self->[2] < 30 and $other->[2] == $reverse{$self->[2]}

or 3 conditions

line l !l&&r !l&&!r condition
76 47 0 70 defined $fg or defined $bg
141 8 0 10 !$_ || $_ > 30 || !exists $reverse{$_}
247 3 0 26 !$_ || $_ > 30 || !exists $reverse{$_}
264 0 2 18 $#$other == 8 or $self->[2] and $self->[2] < 30 and $other->[2] == $reverse{$self->[2]}