blib/lib/MasonX/MiniMVC/Dispatcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
55 | 0 | 0 | if ($class) { } |
57 | 0 | 0 | if ($method) { } |
58 | 0 | 0 | if ($class->can($method)) { } |
77 | 0 | 0 | unless $desired_component |
80 | 0 | 0 | if ($controller =~ /^$desired_component/) |