Condition Coverage

blib/lib/Text/Sentence/Alignment.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
126 37 32 339 $len_s1 > 0 and $len_s2 > 0
207 3 1 26 $$self{'TABLE'}{$pi}{$pj} > 0 and $i > 0
4 0 26 $$self{'TABLE'}{$pi}{$pj} > 0 and $i > 0 and $j > 0

or 3 conditions

line l !l&&r !l&&!r condition
94 0 0 4 $sen1 =~ /$$self{'DELIMETER'}/ or $sen2 =~ /$$self{'DELIMETER'}/
149 312 24 2 $len_s1 > 0 or $len_s2 > 0
156 59 9 2 $len_s1 > 0 or $len_s2 > 0