Condition Coverage

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


or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
71 5 20 0 $ENV{'MOJO_CONFIG'} //= -s $app_config ? $app_config : $app->ado_home->rel_file('etc/' . lc($CLASS) . '.conf')
98 96 25 0 $config_routes ||= $app->config('routes') || []