blib/lib/DBIx/Class/Storage/DBI/ADO/CursorUtils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 0 | unless defined $data->[$select_idx] |
18 | 0 | 0 | unless my $data_type = $$col_infos{$select->[$select_idx]}{'data_type'} |
20 | 0 | 0 | if $storage->_is_binary_type($data_type) |
30 | 0 | 0 | unless defined $data->[$select_idx] |
33 | 0 | 0 | unless my $data_type = $$col_infos{$select->[$select_idx]}{'data_type'} |
35 | 0 | 0 | if $storage->_is_guid_type($data_type) |