| blib/lib/Fey/Role/SQL/HasLimitClause.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 39 | 6 | 1 | if defined $limit |
| 41 | 2 | 5 | if defined $offset |
| 50 | 108 | 7 | unless $self->_has_limit or $self->_has_offset |
| 54 | 6 | 1 | if $self->_has_limit |
| 56 | 1 | 6 | if $self->_has_limit and $self->_has_offset |
| 58 | 2 | 5 | if $self->_has_offset |