| blib/lib/Version/Dotted.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 23 | 24 | 95.8 |
| line | true | false | branch |
|---|---|---|---|
| 250 | 4 | 122 | if (eval { do { $arg->isa('version') } }) { } |
| 254 | 1 | 121 | unless (defined $arg) |
| 268 | 61 | 9 | unless (eval { do { $arg->isa('version') } }) |
| 291 | 5 | 20 | unless $idx >= 0 |
| 322 | 1 | 15 | if ($idx < -abs(@$v)) |
| 326 | 3 | 12 | unless $idx >= 0 |
| 328 | 1 | 14 | if ($idx == -1) { } |
| 385 | 0 | 141 | unless @$v <= $self->_max_len |
| 388 | 6 | 234 | unless $v->[$i] <= 999 |
| 495 | 3 | 7 | if (delete $args{'qv'}) |
| 499 | 1 | 2 | if defined &$qv |
| 504 | 3 | 7 | if (%args) |