| blib/lib/Teng/Plugin/Pager/DataPageset.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 0 | 0 | unless my $table = $self->schema->get_table($table_name) |
| 24 | 0 | 0 | unless my $total_entries = $$opt{'total_entries'} |
| 26 | 0 | 0 | $$opt{'+columns'} ? : |
| 39 | 0 | 0 | unless my $sth = $self->dbh->prepare($sql) |
| 40 | 0 | 0 | unless $sth->execute(@binds) |