| lib/App/Followme/FolderData.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 28 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 240 | 11 | 9 | 16 | @files and not defined $newest_file |
| 246 | 0 | 0 | 22 | defined $file and -e $file |
| 453 | 1 | 0 | 1 | $root eq 'index' && $ext eq $self->{'web_extension'} |
| line | l | !l | condition |
|---|---|---|---|
| 63 | 6 | 2 | pop @path || '' |
| 79 | 10 | 0 | pop @dirs || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 187 | 1 | 1 | 8 | $index < 0 or $index > @$loop - 1 |
| 626 | 32 | 12 | 0 | $self->{'exclude_dir_patterns'} ||= fio_glob_patterns($self->{'exclude_dirs'}) |
| 648 | 339 | 33 | 0 | $self->{'include_file_patterns'} ||= fio_glob_patterns($patterns) |
| 649 | 339 | 33 | 0 | $self->{'exclude_file_patterns'} ||= fio_glob_patterns($self->{'exclude'}) |
| 679 | 2 | 89 | 0 | $self->{'extension'} ||= $self->{'web_extension'} |