lib/MojoX/Mysql/Result.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
34 | 0 | 0 | 0 | not $value and $null |
42 | 0 | 0 | 0 | not $value and $null |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
33 | 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' |