| lib/App/Relate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 28 | 32.1 |
| line | true | false | branch |
|---|---|---|---|
| 119 | 5 | 0 | if (ref $test_data eq 'ARRAY') { } |
| 0 | 0 | elsif ($test_data) { } | |
| 135 | 5 | 0 | if (not $ignore_case) { } |
| 138 | 1 | 8 | if ((my $term = $search) =~ s/ ^ - //x) { } |
| 151 | 0 | 0 | if ((my $term = $search) =~ s/ ^ - //x) { } |
| 165 | 5 | 0 | if (not $ignore_case) { } |
| 172 | 5 | 0 | unless ($all_results) |
| 180 | 0 | 5 | if ($dirs_only) { } |
| 0 | 5 | elsif ($files_only) { } | |
| 0 | 5 | elsif ($links_only) { } | |
| 221 | 0 | 0 | if ($$opts{'regexp'}) |
| 225 | 0 | 0 | if ($$opts{'ignore_case'}) |
| 229 | 0 | 0 | if ($database) |
| 234 | 0 | 0 | if $DEBUG |