blib/lib/App/ZofCMS/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 12 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
64 | 0 | 0 | 0 | $_ eq $$query{'dir'} and -e 'File::Spec'->catfile($templates_dir, $$query{'dir'}, $$query{'page'} . $ext) |
77 | 1 | 0 | 0 | defined $query{'page'} and length $query{'page'} |
85 | 0 | 0 | 1 | defined $query{'page'} and length $query{'page'} |
89 | 1 | 0 | 0 | defined $query{'dir'} and length $query{'dir'} |