| blib/lib/Pickles/Dispatcher/Auto.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 7 | 12 | 58.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 18 | 4 | 7 | if (exists $$match{'controller'} and exists $$match{'action'}) | 
| 28 | 3 | 4 | $is_index ? : | 
| 32 | 6 | 1 | if (@parts) { } | 
| 46 | 14 | 0 | if $key =~ /^(controller|action)$/ | 
| 72 | 0 | 0 | unless my $controller = $$match{'controller'} | 
| 83 | 0 | 0 | if $controller =~ /Root$/ |