| blib/lib/Pod/Extract/URI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 21 | 80.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 209 | 18 | 0 | 15 | $self->want_verbatim and not $self->L_only |
| 221 | 102 | 0 | 1 | $cmd eq 'for' and index($text, 'stop_uris') == 0 |
| 243 | 18 | 41 | 9 | $seq_cmd eq 'L' and $self->L_only |
| 276 | 96 | 4 | 4 | scalar @$include and not grep({$scheme eq $_;} @$include) |
| 281 | 94 | 3 | 3 | scalar @$exclude and grep {$scheme eq $_;} @$exclude |
| 286 | 87 | 3 | 7 | scalar @$stop and grep {$test_text =~ /$_/;} @$stop |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 122 | 0 | 29 | 0 | ref $proto || $proto |