Branch Coverage

blib/lib/Mojolicious/Quick.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
21 1 9 if ($routes and ref $routes ne 'ARRAY')
28 18 7 if (grep {$path eq $_;} @HTTP_VERBS) { }
32 12 6 if (ref $path) { }
37 0 12 unless (eval { do { @paths = @{$path;}; 1 } })
60 1 0 if ($self->rewrite_url)