| blib/lib/PLS/Server/Request/Workspace/DidChangeWatchedFiles.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 0 | 0 | if ref $self->{'params'}{'changes'} ne "ARRAY" |
| 40 | 0 | 0 | if ref $file ne "URI::file" |
| 42 | 0 | 0 | if ($change->{'type'} == 3) |
| 48 | 0 | 0 | if $file->file =~ m[/\.pls-tmp-[^/]*$] |
| 50 | 0 | 0 | unless $index->is_perl_file($file->file) |
| 51 | 0 | 0 | if $index->is_ignored($file->file) |
| 57 | 0 | 0 | if scalar @changed_files |