| blib/lib/Eidolon/Driver/Router/Consequent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 10 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 31 | 0 | 0 | unless exists $r->config->{'routes'} | 
| 37 | 0 | 0 | unless $route | 
| 38 | 0 | 0 | if $r->loader->get_object('Eidolon::Driver::User') and not $r->loader->get_object('Eidolon::Driver::User')->authorized and $r->config->{'app'}{'policy'} eq 'private' && !defined($r->config->{'routes'}{$route}[2]) || defined $r->config->{'routes'}{$route}[2] && $r->config->{'routes'}{$route}[2] eq 'private' | 
| 60 | 0 | 0 | if $@ | 
| 68 | 0 | 0 | unless defined $params[$_] |