| blib/lib/Fey/Role/SQL/HasWhereClause.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 60 | 16 | 99 | if (@_ == 1) |
| 61 | 15 | 1 | if (my $meth = $dispatch{lc $_[0]}) { } |
| 88 | 86 | 18 | unless $self->$has_method |
| 93 | 5 | 13 | if $last->isa('Fey::SQL::Fragment::Where::Boolean') |
| 94 | 5 | 8 | if $last->isa('Fey::SQL::Fragment::Where::SubgroupStart') |
| 148 | 69 | 61 | unless $self->_has_where_elements |
| 151 | 51 | 10 | unless $skip_where |