| blib/lib/LINQ/Database/Table.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 24 | 79.1 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 1 | 0 | unless ($self->sql_select) |
| 34 | 1 | 0 | if $columns |
| 44 | 1 | 0 | unless ($self->sql_where) |
| 46 | 1 | 0 | if $filter |
| 78 | 1 | 2 | defined $self->sql_select ? : |
| 82 | 3 | 13 | unless ($started) |
| 86 | 3 | 13 | unless local $_ = $sth->fetchrow_hashref |
| 94 | 1 | 2 | defined $self->sql_select ? : |
| 95 | 1 | 2 | if (ref $sql_select) |
| 102 | 1 | 2 | defined $self->sql_where ? : |
| 103 | 0 | 3 | if (ref $sql_where) |
| 111 | 1 | 2 | $sql_where ? : |