line |
!l |
l&&!r |
l&&r |
condition |
533
|
0 |
0 |
0 |
exists $options{'type'} and substr($options{'type'}, 0, 1) eq '+' |
611
|
0 |
0 |
0 |
exists $options{'typex'} and $type eq $options{'typex'} |
614
|
0 |
0 |
0 |
substr($methname, 0, 1) eq '!' and not exists $$renames{substr $methname, 1} |
624
|
0 |
0 |
0 |
not defined $realname and exists $$names{$methname} |
716
|
36 |
23 |
1 |
$target->isa('Class::MethodMaker::Engine') || $target->isa('Class::MethodMaker') and !$target->can('ima_method_maker') || (warnif("Class::MethodMaker::ima_method_maker deprecated\n"), &{$target->can('ima_method_maker');}) |