| blib/lib/AI/NeuralNet/SOM/Rect.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 16 | 62.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 55 | 8 | 0 | if ($$self{'output_dim'} =~ /(\d+)x(\d+)/) { } | 
| 56 | 8 | 0 | if $$self{'_X'} = $1 | 
| 60 | 8 | 0 | if ($$self{'input_dim'} > 0) { } | 
| 85 | 0 | 0 | if $i > $#data | 
| 87 | 0 | 4 | if @data | 
| 108 | 8823 | 255867 | unless $closest | 
| 109 | 30920 | 233770 | if $distance < $$closest[2] | 
| 126 | 175402 | 45998 | if $distance > $sigma |