| blib/lib/Neuron.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 18 | 16.6 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 0 | 0 | if (@_) |
| 186 | 0 | 2 | unless ($$self{'IN_SIZE'} and $$self{'HIDDEN_SIZE'} and $$self{'OUT_SIZE'}) |
| 222 | 0 | 0 | if ($s =~ /^Insize /) { } |
| 229 | 0 | 0 | if ($s =~ /^Hiddensize /) { } |
| 236 | 0 | 0 | if ($s =~ /^Outsize /) { } |
| 242 | 0 | 0 | unless ($$self{'IN_SIZE'} and $$self{'HIDDEN_SIZE'} and $$self{'OUT_SIZE'}) |
| 255 | 0 | 0 | if (!$s =~ /^Hiddenlayer:/) |
| 272 | 0 | 0 | if (!$s =~ /^Outlayer:/) |
| 387 | 434 | 5247 | if $mse < $mse_max |