Condition Coverage

blib/lib/Mojolicious/Plugin/PlainRoutes.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
133 4 0 1 $word{'category'} eq 'scope' and $word{'text'} eq '}'
166 27 1 27 not exists $clause{'arrow'} and $word{'category'} eq 'arrow'
185 2 26 2 not exists $clause{'name'} and $word{'category'} eq 'name'

or 2 conditions

line l !l condition
78 263 0 $cats[0] // ''

or 3 conditions

line l !l&&r !l&&!r condition
15 4 0 0 $conf->{'file'} //= $app->home->rel_file('lib/' . $app->moniker . '.routes')
116 107 25 140 $word{'category'} eq 'space' or $word{'category'} eq 'eol'