blib/lib/DBIx/Class/CDBICompat/Retrieve.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 0 | unless @_ > 0 |
20 | 0 | 0 | if (ref $_[0] eq 'HASH') { } |
0 | 0 | elsif (@_ == @cols) { } | |
37 | 0 | 0 | ref $_[0] eq 'HASH' ? : |
63 | 0 | 0 | if ($cond =~ s/\bLIMIT\s+(\d+)\s*$//i) |
67 | 0 | 0 | if ($cond =~ s/\bORDER\s+BY\s+(.*)\s*$//i) |
71 | 0 | 0 | if ($cond =~ s/\bGROUP\s+BY\s+(.*)\s*$//i) |
75 | 0 | 0 | %attrs ? : |