| blib/lib/Perl/Version.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 25 | 29 | 86.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 116 | 0 | 422 | 3 | $] >= "5.008001" and &Scalar::Util::isvstring($_[0]) |
| 148 | 232 | 91 | 98 | @parts == 1 and length $parts[0] >= 3 |
| 168 | 296 | 9 | 18 | @lz and keys %le == 1 |
| 255 | 1 | 1 | 424 | builtin::blessed($other) and $other->isa(__PACKAGE__) |
| 333 | 0 | 58 | 181 | $field >= 0 and $field < $fields |
| line | l | !l | condition |
|---|---|---|---|
| 233 | 382 | 4 | $self->{'format'} || \%NORMAL_FORMAT |
| 272 | 48 | 317 | $self->{'alpha'} || 0 |
| 56 | 309 | $other->{'alpha'} || 0 | |
| 316 | 16 | 68 | $self->{'alpha'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 73 | 427 | 0 | 1 | ref $class || $class || croak('new must be called as a class or object method') |
| 350 | 0 | 1 | 36 | $field < 0 or $field >= $fields |