Condition Coverage

blib/lib/Text/Aligner.pm
Criterion Covered Total %
condition 17 23 73.9


and 3 conditions

line !l l&&!r l&&r condition
53 0 68 3 not ref $spec and $spec =~ s/^auto/num/
99 102 0 632 defined $lr[0] and defined $lr[1]
292 0 223 11 defined $_ and !defined($$var) || $$var < $_
52 182 0 defined $_ and !defined($$var) || $$var < $_ and $$var = $_

or 2 conditions

line l !l condition
51 11 60 $spec ||= 0
72 0 0 $_ ||= 0
90 526 438 $_ ||= 0
170 22 60 shift() || ''

or 3 conditions

line l !l&&r !l&&!r condition
292 173 9 52 !defined($$var) || $$var < $_