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