line |
!l |
l&&!r |
l&&r |
condition |
182
|
0 |
0 |
0 |
defined $MySQL::Admin::m_hrParams->{'file'} and defined $MySQL::Admin::m_hrParams->{'sub'} |
209
|
0 |
0 |
0 |
defined $MySQL::Admin::m_hrActions->{$m_hrAction}{'file'} and defined $MySQL::Admin::m_hrActions->{$m_hrAction}{'sub'} |
334
|
0 |
0 |
0 |
defined $p[0] and $p[0] =~ /(\d+)/ |
413
|
0 |
0 |
2 |
defined $_[0] and not ref $_[0] |
|
0 |
2 |
0 |
defined $_[0] and not ref $_[0] and $_[0] eq 'MySQL::Admin' |
414
|
0 |
2 |
0 |
defined $_[0] && (ref $_[0] eq 'MySQL::Admin' || UNIVERSAL::isa($_[0], 'MySQL::Admin')) |