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
51 0 68 3 not ref $spec and $spec =~ s/^auto/num/
97 102 0 632 defined $lr[0] and defined $lr[1]
290 0 220 14 defined $_ and !defined($$var) || $$var < $_
50 184 0 defined $_ and !defined($$var) || $$var < $_ and $$var = $_

or 2 conditions

line l !l condition
49 11 60 $spec ||= 0
70 0 0 $_ ||= 0
88 526 438 $_ ||= 0
168 22 60 shift() || ''

or 3 conditions

line l !l&&r !l&&!r condition
290 173 11 50 !defined($$var) || $$var < $_