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
171 0 0 3 length $seed >= 40 and $seed eq ($conf{'seed'} // '')

or 2 conditions

line l !l condition
51 0 0 $c->stash('status') // 400
63 0 0 $c->res->code // ''
72 0 0 $c->res->code // ''
171 3 0 $conf{'seed'} // ''
215 0 0 $option{'jquery'} // '/mojo/jquery/jquery.js'

or 3 conditions

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