| blib/lib/DBIx/DataStore/Debug.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 20 | 15.0 |
| line | true | false | branch |
|---|---|---|---|
| 9 | 2 | 0 | unless defined $debug_level and $debug_level =~ /^\d+$/o and $debug_level > 0 |
| 11 | 2 | 0 | unless (eval 'defined DBIx::DataStore::DEBUG();') |
| 17 | 0 | 2 | if $debug_level > 0 |
| 21 | 0 | 0 | scalar @_ > 0 ? : |
| 28 | 0 | 0 | if (&DEBUG() >= 5) { } |
| 36 | 0 | 0 | if (scalar @stack > 0) |
| 44 | 0 | 0 | defined $stack[$j][$i] ? : |
| 45 | 0 | 0 | if $l > $w[$i] |
| 62 | 0 | 0 | scalar @args > 0 ? : |
| 64 | 0 | 0 | if &DEBUG() >= 5 |