Branch Coverage

blib/lib/Mojolicious/Plugin/SemanticUI.pm
Criterion Covered Total %
branch 2 4 50.0


line true false branch
25 1 0 if (not first(sub { $static eq $_ // ''; } , @{$app->static->paths;}) and -d $static)
31 0 1 if (not first(sub { $templates eq $_ // ''; } , @{$app->renderer->paths;}) and -d $templates)