blib/lib/DBIx/Class/SQLMaker/MySQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 12 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
16 | 0 | 0 | 0 | ref $_[1] eq 'HASH' and not keys %{$_[1];} |
28 | 7 | 0 | 2 | $join_type and $join_type =~ /^STRAIGHT\z/i |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
16 | 0 | 0 | 0 | not $_[1] or ref $_[1] eq 'HASH' and not keys %{$_[1];} |
109 | 0 | 0 | 0 | $for_syntax->{$type} || $self->throw_exception("Unknown SELECT .. FOR type '${type}' requested") |