| blib/lib/Test/DatabaseRow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 41 | 0 | 10 | exists $args{'sql'} and not exists $args{'sql_and_bind'} |
| 72 | 2 | 1 | 1 | ref $args{'store_row'} eq 'SCALAR' and not defined ${$args{'store_row'};} |
| 1 | 0 | 2 | ref $args{'store_row'} eq 'REF' and ref ${$args{'store_row'};} eq 'HASH' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 51 | $verbose || $ENV{'TEST_DBROW_VERBOSE'} |
| 0 | 0 | 51 | $verbose_data || $ENV{'TEST_DBROW_VERBOSE_DATA'} |