| blib/lib/Fey/Meta/Role/FromSelect.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 38 | 0 | 0 | unless &blessed($select) and $select->can('does') and $select->does('Fey::Role::SQL::ReturnsData') |
| 43 | 0 | 0 | if (@_) { } |
| 69 | 0 | 0 | if defined $type and find_type_constraint($type)->is_a_type_of('ArrayRef') |
| 73 | 0 | 0 | $is_multi_col ? : |
| 81 | 0 | 0 | $bind_sub ? : |
| 86 | 0 | 0 | unless my $return = $dbh->$select_meth(@select_p) |
| 89 | 0 | 0 | $wantarray ? : |
| 99 | 0 | 0 | $is_multi_col ? : |
| 107 | 0 | 0 | $bind_sub ? : |
| 112 | 0 | 0 | unless my $return = $dbh->$select_meth(@select_p) |
| 115 | 0 | 0 | wantarray ? : |