| blib/lib/SQLite/More.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 39 | 56.4 |
| line | l | !l | condition |
|---|---|---|---|
| 68 | 34 | 6 | shift() eq $uttrykk and return shift() |
| 69 | 4 | 0 | not defined shift() and return shift() |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 1 | 0 | 0 | defined $_[0] and length $_[0] |
| 85 | 52 | 55 | 0 | defined $_ and !defined($min) || $_ < $min |
| 91 | 2 | 5 | 0 | defined $_ and !defined($max) || $_ > $max |
| line | l | !l | condition |
|---|---|---|---|
| 163 | 3 | 3 | (caller 3)[0] || 'main' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 59 | 0 | 0 | 1 | defined $_[0] and length $_[0] or @_ == 1 |
| 68 | 0 | 34 | 0 | shift() eq $uttrykk and return shift() or shift() |
| 69 | 0 | 4 | 0 | not defined shift() and return shift() or shift() |
| 85 | 3 | 1 | 51 | !defined($min) || $_ < $min |
| 91 | 3 | 1 | 1 | !defined($max) || $_ > $max |
| 137 | 0 | 0 | 2 | $_ < 0 or $_ > 100 |
| 178 | 0 | 0 | 1 | not defined $n or $n < 2 |
| 200 | 0 | 0 | 3 | not defined $n or $n < 2 |