line |
l |
!l&&r |
!l&&!r |
condition |
84
|
0 |
1 |
3 |
not defined $lint_errors or $lint_errors |
172
|
0 |
12 |
0 |
eval {
do {
$array->isa(ref [])
}
} or UNIVERSAL::isa($array, ref []) |
182
|
0 |
10 |
2 |
eval {
do {
$array->[$index]->isa(ref [])
}
} or UNIVERSAL::isa($array->[$index], ref []) |
197
|
0 |
0 |
10 |
eval {
do {
$method->isa(ref sub {
}
)
}
} or UNIVERSAL::isa($method, sub {
}
) |
|
0 |
10 |
0 |
eval {
do {
$method->isa(ref sub {
}
)
}
} or UNIVERSAL::isa($method, sub {
}
) or eval {
do {
$class->brick_class->bucket_class->can($method)
}
} |
200
|
0 |
10 |
0 |
eval {
do {
$args->isa(ref {})
}
} or UNIVERSAL::isa($args, ref {}) |