Condition Coverage

blib/lib/Algorithm/BaumWelch.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
329 0 0 0 defined $val and $val < ${$$self[2];}[-1]
395 0 0 0 $v > 0.0001 and $v < 10000

or 2 conditions

line l !l condition
324 0 0 $max ||= 100

or 3 conditions

line l !l&&r !l&&!r condition
105 0 0 0 ref $trans ne 'ARRAY' or ref $emis ne 'HASH'
0 0 0 ref $trans ne 'ARRAY' or ref $emis ne 'HASH' or ref $start ne 'ARRAY'
126 0 0 0 $sum <= 0.95 or $sum >= 1.05
143 0 0 0 $sum <= 0.95 or $sum >= 1.05
158 0 0 0 $sum <= 0.95 or $sum >= 1.05
395 0 0 0 $v > 0.0001 and $v < 10000 or $v == 0