lib/MojoX/Mysql/Result.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
14 | 0 | 0 | wantarray ? : |
24 | 0 | 0 | if (ref $names eq 'ARRAY') |
33 | 0 | 0 | if ($type eq 'tinyint' or $type eq 'smallint' or $type eq 'mediumint' or $type eq 'integer' or $type eq 'bigint') { } |
34 | 0 | 0 | if (not $value and $null) { } |
42 | 0 | 0 | if (not $value and $null) { } |
47 | 0 | 0 | unless utf8::is_utf8($value) |
52 | 0 | 0 | if ref $cb eq 'CODE' |