| blib/lib/MooX/Role/DBIConnection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 6 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 76 | 0 | 1 | 2 | ref $_dbh eq "HASH" and $_dbh->{'eager'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 102 | 1 | 1 | 0 | $self->{'_dbh'} //= $self->_connect_db($self->{'_dbh_options'}) |