| lib/Mojolicious/Plugin/Route.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 0 | 0 | 9 | $class and $class->isa("MojoX::Route") |
| 155 | 2 | 0 | 0 | $conf->{'moniker'} and -d $path . $conf->{'moniker'} |
| 172 | 6 | 2 | 9 | $name && defined {files => [()], references => {}}->{'references'}{$name} |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 0 | 2 | $conf->{'namespace'} // "Route" |
| 20 | 1 | 1 | $conf->{'inverse'} // undef |
| 41 | 3 | 2 | $find ||= "" |