Condition Coverage

blib/lib/DBD/cubrid.pm
Criterion Covered Total %
condition 1 75 1.3


and 3 conditions

line !l l&&!r l&&r condition
93 0 0 79 defined $v and defined $n
228 0 0 0 defined $catalog and $catalog eq '%'
0 0 0 defined $catalog and $catalog eq '%' and !defined($schema) || $schema eq ''
0 0 0 defined $catalog and $catalog eq '%' and !defined($schema) || $schema eq '' and !defined($table) || $table eq ''
0 0 0 defined $schema and $schema eq '%'
0 0 0 defined $schema and $schema eq '%' and !defined($catalog) || $catalog eq ''
0 0 0 defined $schema and $schema eq '%' and !defined($catalog) || $catalog eq '' and !defined($table) || $table eq ''
0 0 0 defined $type and $type eq '%'
0 0 0 defined $type and $type eq '%' and !defined($catalog) || $catalog eq ''
0 0 0 defined $type and $type eq '%' and !defined($catalog) || $catalog eq '' and !defined($schema) || $schema eq ''
0 0 0 defined $type and $type eq '%' and !defined($catalog) || $catalog eq '' and !defined($schema) || $schema eq '' and !defined($table) || $table eq ''
255 0 0 0 defined $type and $type ne ''
273 0 0 0 defined $$ref[1] && $$ref[1] =~ /VCLASS/i
275 0 0 0 $type eq 'TABLE' and not $want_tables
276 0 0 0 $type eq 'VIEW' and not $want_views

or 3 conditions

line l !l&&r !l&&!r condition
228 0 0 0 !defined($schema) || $schema eq ''
0 0 0 !defined($table) || $table eq ''
0 0 0 !defined($catalog) || $catalog eq ''
0 0 0 !defined($table) || $table eq ''
0 0 0 !defined($catalog) || $catalog eq ''
0 0 0 !defined($schema) || $schema eq ''
0 0 0 !defined($table) || $table eq ''
256 0 0 0 $type =~ /^table$/i or $type =~ /^view$/i
0 0 0 $type =~ /^table$/i or $type =~ /^view$/i or $type =~ /^'table','view'$/i
464 0 0 0 $$info{'SQL_DATA_TYPE'} ||= $$info{'DATA_TYPE'}