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 |