| blib/lib/Algorithm/Dependency/Source/DBI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 16 | 56.2 |
| line | true | false | branch |
|---|---|---|---|
| 123 | 1 | 0 | if (_STRING($$self{'select_ids'})) |
| 126 | 1 | 0 | if (_STRING($$self{'select_depends'})) |
| 131 | 0 | 1 | unless (_INSTANCE $self->dbh, 'DBI::db') |
| 134 | 0 | 1 | unless (_ARRAY($self->select_ids) and _STRING($self->select_ids->[0])) |
| 137 | 0 | 1 | unless (_ARRAY($self->select_depends) and _STRING($self->select_depends->[0])) |
| 209 | 0 | 4 | unless $hash{$$depend[0]} |
| 210 | 1 | 3 | unless $hash{$$depend[1]} |
| 216 | 0 | 4 | unless 'Algorithm::Dependency::Item'->new($_, @{$hash{$_};}) |