| blib/lib/OTRS/OPM/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 10 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 99 | 4 | 3 | 2 | $type and not $filename =~ m[ \A doc/[^/]+/.*\.$type \z ]x | 
| 101 | 4 | 2 | 1 | $type and not $found_file =~ m[ \A doc/[^/]+/.*\.$type \z ]x | 
| line | l | !l | condition | 
|---|---|---|---|
| 79 | 6 | 3 | $params{'lang'} || 'en' | 
| 80 | 4 | 5 | $params{'type'} || '' |