lib/App/Followme/FolderData.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 28 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
240 | 9 | 9 | 15 | @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 | 8 | 2 | pop @path || '' |
79 | 12 | 0 | pop @dirs || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
187 | 1 | 1 | 8 | $index < 0 or $index > @$loop - 1 |
626 | 27 | 12 | 0 | $self->{'exclude_dir_patterns'} ||= fio_glob_patterns($self->{'exclude_dirs'}) |
648 | 337 | 33 | 0 | $self->{'include_file_patterns'} ||= fio_glob_patterns($patterns) |
649 | 337 | 33 | 0 | $self->{'exclude_file_patterns'} ||= fio_glob_patterns($self->{'exclude'}) |
679 | 3 | 89 | 0 | $self->{'extension'} ||= $self->{'web_extension'} |