Condition Coverage

blib/lib/AI/NeuralNet/Simple.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
29 0 1 15 defined $_ and /^\d+$/
59 0 0 5 $iterations and $iterations =~ /^\d+$/
104 0 1 5 $rate > 0 and $rate < 1

or 3 conditions

line l !l&&r !l&&!r condition
51 1 0 0 $iterations ||= $self->iterations