Condition Coverage

blib/lib/Mojolicious/Plugin/SemanticUI.pm
Criterion Covered Total %
condition 4 10 40.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 1 not first(sub { $static eq $_ // ''; } , @{$app->static->paths;}) and -d $static
31 0 1 0 not first(sub { $templates eq $_ // ''; } , @{$app->renderer->paths;}) and -d $templates

or 2 conditions

line l !l condition
25 1 0 $static eq $_ // ''
31 1 0 $templates eq $_ // ''