| blib/lib/OPM/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 13 | 84.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 106 | 4 | 3 | 2 | $type and not $filename =~ m[ \A doc/[^/]+/.*\.$type \z ]ux |
| 108 | 4 | 2 | 1 | $type and not $found_file =~ m[ \A doc/[^/]+/.*\.$type \z ]ux |
| line | l | !l | condition |
|---|---|---|---|
| 86 | 6 | 3 | $params{'lang'} || 'en' |
| 87 | 4 | 5 | $params{'type'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 167 | 0 | 8 | 0 | $params{'ignore_validation'} or $is_valid |