Condition Coverage

blib/lib/Ado.pm
Criterion Covered Total %
condition 10 12 83.3


or 2 conditions

line l !l condition
86 24 1 $app->config('plugins') || []
103 24 1 $app->config('routes') || []
140 23 2 $app->config('types') || {}

or 3 conditions

line l !l&&r !l&&!r condition
78 5 20 0 $ENV{'MOJO_CONFIG'} //= catfile($app->home, 'etc', $app->moniker . '.conf')
103 96 25 0 $config_routes ||= $app->config('routes') || []