blib/lib/DBIx/Class/Smooth/ResultSetBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
21 | 0 | 0 | if (scalar @qobjs) |
22 | 0 | 0 | if (scalar @args > 1) { } |
37 | 0 | 0 | unless defined $i |
40 | 0 | 0 | $i + 1 <= scalar @args - 1 ? : |
43 | 0 | 0 | if ($possible_value and &any(sub { $possible_key eq $_; } , '-and', '-or', '-not_bool')) { } |
44 | 0 | 0 | if (ref $possible_value eq 'ARRAY') |
51 | 0 | 0 | if (ref $possible_key eq 'REF') { } |
0 | 0 | elsif (defined $possible_key and defined $possible_value) { } | |
62 | 0 | 0 | if ($possible_key) { } |