| blib/lib/Version/Dotted.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 24 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 243 | 0 | 111 | unless defined $arg |
| 244 | 3 | 108 | if (ref $arg and $arg->isa('version')) { } |
| 270 | 5 | 20 | unless $idx >= 0 |
| 301 | 1 | 15 | if ($idx < -abs(@$v)) |
| 305 | 3 | 12 | unless $idx >= 0 |
| 307 | 1 | 14 | if ($idx == -1) { } |
| 348 | 55 | 8 | unless (defined $arg and $arg->isa('version')) |
| 375 | 0 | 126 | unless @$v <= $self->_max_len |
| 378 | 1 | 226 | unless $v->[$i] <= 999 |
| 485 | 3 | 7 | if (delete $args{'qv'}) |
| 489 | 1 | 2 | if defined &$qv |
| 494 | 3 | 7 | if (%args) |