| blib/lib/AI/Perceptron.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| subroutine | 13 | 14 | 92.8 |
| pod | 5 | 12 | 41.6 |
| line | count | pod | subroutine |
|---|---|---|---|
| 33 | 2 | n/a | BEGIN |
| 35 | 2 | n/a | BEGIN |
| 41 | 3 | Yes | new |
| 47 | 3 | No | init |
| 67 | 1 | No | verify_weights |
| 78 | 100 | Yes | weights |
| 84 | 2 | Yes | add_examples |
| 100 | 0 | No | add_example |
| 104 | 31 | Yes | compute_output |
| 120 | 1 | Yes | train |
| 162 | 15 | No | classifies_examples_correctly |
| 174 | 14 | No | adjust_threshold |
| 186 | 14 | No | adjust_weights |
| 201 | 15 | No | emit |