blib/lib/DBIx/Class/ParseError/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 17 | 17.6 |
line | l | !l | condition |
---|---|---|---|
32 | 0 | 0 | ref $custom_errors->{$type} || 'string' |
225 | 17 | 0 | $error_info->{'table'} or '' |
245 | 0 | 0 | $error_info->{'column_data'} || {} |
0 | 0 | $error_info->{'columns'} || [] | |
0 | 0 | $error_info->{'operation'} || '' | |
0 | 0 | $error_info->{'source_name'} || '' | |
0 | 0 | $error_info->{'table'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
116 | 6 | 11 | 0 | $$action_type_map{$error_type->{'name'}} || $action_type_map->{'default'} |