| lib/MojoX/Mysql/Result.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 0 | 0 | 0 | $type eq 'datetime' and defined $value |
| 36 | 0 | 0 | 0 | $null == 1 and not defined $value |
| 47 | 0 | 0 | 0 | not $value and $null |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 35 | 0 | 0 | 0 | $type eq 'tinyint' or $type eq 'smallint' |
| 0 | 0 | 0 | $type eq 'tinyint' or $type eq 'smallint' or $type eq 'mediumint' | |
| 0 | 0 | 0 | $type eq 'tinyint' or $type eq 'smallint' or $type eq 'mediumint' or $type eq 'integer' | |
| 0 | 0 | 0 | $type eq 'tinyint' or $type eq 'smallint' or $type eq 'mediumint' or $type eq 'integer' or $type eq 'bigint' |