| blib/lib/App/GHPT/WorkSubmitter/ChangedFiles.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 8 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 53 | 0 | 0 | if &any(sub { $_ eq $path; } , @{$self->added_files}) |
| 54 | 0 | 0 | if &any(sub { $_ eq $path; } , @{$self->modified_files}) |
| 55 | 0 | 0 | if &any(sub { $_ eq $path; } , @{$self->deleted_files}) |
| 56 | 0 | 0 | if $self->file_exists($path) |