blib/lib/Mojolicious/Command/routes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
13 | 1 | 2 | unless getopt(\@args, "v|verbose", \my $verbose) |
25 | 0 | 2 | if (my $i = $depth * 2) |
30 | 0 | 2 | @{$route->requires // [];} ? : |
31 | 0 | 2 | (my $partial = $route->partial) ? : |
32 | 0 | 2 | $route->inline ? : |
33 | 0 | 2 | $route->is_websocket ? : |
34 | 1 | 1 | if $verbose |
38 | 2 | 0 | !$methods ? : |
42 | 0 | 2 | $route->has_custom_name ? : |
47 | 1 | 1 | if $verbose |