Condition Coverage

blib/lib/Mojolicious/Plugin/Loco.pm
Criterion Covered Total %
condition 9 28 32.1


and 3 conditions

line !l l&&!r l&&r condition
177 0 0 3 length $seed >= 40 and $seed eq ($conf->{'seed'} // '')

or 2 conditions

line l !l condition
57 0 0 $c->stash('status') // 400
69 0 0 $c->res->code // ''
78 0 0 $c->res->code // ''
177 3 0 $conf->{'seed'} // ''
221 0 0 $option{'jquery'} // '/mojo/jquery/jquery.js'

or 3 conditions

line l !l&&r !l&&!r condition
45 0 0 0 @_ > 1 or ref $_[0]
111 0 6 0 $url->port or $_test
118 4 1 1 $conf->{'browser'} // open_browser_cmd()
159 8 0 5 $conf->{'seed'} or not $c->session->{'loco.id'}
175 3 0 0 $c->param('s') // '' =~ s/[^0-9a-f]//gr