line |
l |
!l&&r |
!l&&!r |
condition |
45
|
1 |
0 |
0 |
$plugin->init(@_) || croak('init() did not return an export list') |
85
|
0 |
0 |
1 |
not $x or grep {not $x->can($_);} 'list', 'plugin', 'exists', 'merge', 'unmerge', 'info' |
104
|
0 |
0 |
0 |
not $x or grep {not $x->can($_);} 'list', 'plugin' |
139
|
0 |
0 |
0 |
$self->UNIVERSAL::can($method) || $self->stack($method) && sub {
$AUTOLOAD = $method;
goto \&AUTOLOAD;
}
|| $self->UNIVERSAL::can('super') && $self->super->can($method) |
198
|
0 |
0 |
0 |
tied @$self || $self |
204
|
0 |
1 |
0 |
tied @$self || $self |
211
|
2 |
2 |
0 |
tied @$self || $self |
237
|
0 |
0 |
0 |
$self->UNIVERSAL::can($method) or $self->plugin->can($method) |