| blib/lib/Catalyst/ActionRole/QueryMatching.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 15 | 20 | 75.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 8 | 0 | 15 | unless +(shift())->attributes->{'Query'} | 
| 21 | 4 | 3 | $query =~ /^.+,\.\.\.$/ ? : | 
| 36 | 0 | 8 | if scalar @extra | 
| 37 | 0 | 8 | unless defined $constraint_proto | 
| 44 | 0 | 8 | unless my(@signature) = eval "package ${\$self->class;}; $constraint_proto" | 
| 47 | 7 | 1 | if (scalar @signature > 1) { } | 
| 52 | 8 | 2 | if ref $pairs{$key} | 
| 59 | 1 | 0 | if ref $signature[0] | 
| 93 | 1 | 8 | unless @$first == @$second | 
| 95 | 1 | 14 | if $first->[$i] ne $second->[$i] |