| lib/MojoX/Mysql/Result.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 0 | wantarray ? : |
| 27 | 0 | 0 | if (ref $names eq 'ARRAY') |
| 36 | 0 | 0 | if ($type eq 'tinyint' or $type eq 'smallint' or $type eq 'mediumint' or $type eq 'integer' or $type eq 'bigint') { } |
| 0 | 0 | elsif ($type eq 'datetime' and defined $value) { } | |
| 37 | 0 | 0 | if ($null == 1 and not defined $value) { } |
| 48 | 0 | 0 | if (not $value and $null) { } |
| 53 | 0 | 0 | unless utf8::is_utf8($value) |
| 58 | 0 | 0 | if ref $cb eq 'CODE' |