| blib/lib/PLS/Parser/Index.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 21 | 14.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 146 | 4 | 0 | 0 | length $version and length $current_version |
| 4 | 0 | 0 | length $version and length $current_version and $current_version < $version | |
| 336 | 8 | 0 | 0 | -f $plsignore and -r $plsignore |
| 339 | 0 | 0 | 0 | length $self->{'ignore_files_mtimes'}{$plsignore} and $self->{'ignore_file_mtimes'}{$plsignore} >= $mtime |
| 444 | 0 | 0 | 0 | length $first_line and $first_line =~ /^\s*#!.*perl$/ |
| 482 | 0 | 0 | 0 | $current_offset <= $offset and !defined($next_offset) || $next_offset > $offset |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 482 | 0 | 0 | 0 | !defined($next_offset) || $next_offset > $offset |