lib/Drogo/Dispatcher.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 18 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
160 | 1 | 0 | 2 | $$dispatch_flags{$method} and $$dispatch_flags{$method} eq 'action_match' |
181 | 1 | 0 | 1 | $act ne 'action_regex' and $act ne 'path' |
line | l | !l | condition |
---|---|---|---|
36 | 0 | 16 | $params{'mapping'} || {} |
38 | 1 | 15 | $params{'dispatch_url'} || '' |
39 | 0 | 16 | $params{'trailing'} || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 15 | 1 | 0 | $path || $params{'called_path'} |
54 | 0 | 0 | 0 | $new_class eq $path or $path =~ m[^$new_class/] |