| blib/lib/Error/TypeTiny/WrongNumberOfParameters.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 6 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 26 | 18 | 41 | if ($e->has_minimum and $e->has_maximum and $e->minimum == $e->maximum) { } | 
| 12 | 29 | elsif ($e->has_minimum and $e->has_maximum and $e->minimum < $e->maximum) { } | |
| 4 | 25 | elsif ($e->has_minimum) { } |