| blib/lib/File/Mork.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 19 | 52.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 171 | 1 | 0 | 2 | $section_end_re and $body =~ /\G$section_end_re/cg |
| 299 | 7 | 0 | 0 | $self->{'age'} and ($hash{'LastVisitDate'} || $self->{'since'}) < $self->{'since'} |
| 336 | 28 | 0 | 1 | not defined $self->{'byte_order'} and $val =~ /(?:BE|LE)$/ |
| line | l | !l | condition |
|---|---|---|---|
| 70 | 0 | 2 | $self->{'verbose'} ||= 0 |
| 410 | 51 | 0 | $level ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 290 | 6 | 6 | 23 | $key eq 'LastVisitDate' or $key eq 'FirstVisitDate' |
| 299 | 0 | 0 | 0 | $hash{'LastVisitDate'} || $self->{'since'} |