Condition Coverage

blib/lib/Neuron.pm
Criterion Covered Total %
condition 3 16 18.7


and 3 conditions

line !l l&&!r l&&r condition
186 0 2 0 $$self{'IN_SIZE'} and $$self{'HIDDEN_SIZE'}
0 2 0 $$self{'IN_SIZE'} and $$self{'HIDDEN_SIZE'} and $$self{'OUT_SIZE'}
242 0 0 0 $$self{'IN_SIZE'} and $$self{'HIDDEN_SIZE'}
0 0 0 $$self{'IN_SIZE'} and $$self{'HIDDEN_SIZE'} and $$self{'OUT_SIZE'}

or 2 conditions

line l !l condition
219 0 0 "<$fname" || die('Cant open file')
421 4 0 ">$fname" || die("Cant open file\n")