blib/lib/Mojolicious/Plugin/PODViewer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 19 | 47.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
251 | 0 | 0 | 8 | $path and -r $path |
line | l | !l | condition |
---|---|---|---|
159 | 0 | 1 | $conf->{'preprocess'} || 'ep' |
166 | 0 | 1 | $conf->{'name'} || 'pod' |
175 | 1 | 0 | $conf->{'default_module'} // 'Mojolicious::Guides' |
181 | 1 | 0 | $conf->{'allow_modules'} // [qr//] |
253 | 8 | 0 | $c->stash->{'layout'} //= 'podviewer' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
183 | 1 | 0 | 0 | $conf->{'route'} ||= $app->routes->any('/perldoc') |
223 | 4 | 0 | 9 | $e->tag eq 'h1' or not @topics |