| line |
!l |
l&&!r |
l&&r |
condition |
|
135
|
32 |
3 |
1 |
defined $self->{'extension_level'} and $self->{'extension_level'} < 0 |
|
138
|
2 |
1 |
5 |
$self->{'contamination'} > 0 && $self->{'contamination'} <= 0.5 |
|
|
27 |
5 |
3 |
defined $self->{'contamination'} and not $self->{'contamination'} > 0 && $self->{'contamination'} <= 0.5 |
|
201
|
2 |
1 |
21 |
ref $data eq "ARRAY" and @$data |
|
204
|
1 |
1 |
19 |
ref $data->[0] eq "ARRAY" and @{$data->[0];} |
|
452
|
1 |
1 |
3 |
ref $payload eq "HASH" and defined $payload->{'format'} |
|
|
2 |
0 |
3 |
ref $payload eq "HASH" and defined $payload->{'format'} and $payload->{'format'} eq "Algorithm::Classifier::IsolationForest" |
|
699
|
0 |
4 |
33 |
ref $self->{'trees'} eq "ARRAY" and @{$self->{'trees'};} |