line |
true |
false |
branch |
57
|
2 |
4 |
@_ > 1 ? : |
60
|
4 |
2 |
if (int @$value == 1) |
61
|
2 |
1 |
ref $$value[0] eq 'ARRAY' ? : |
|
3 |
1 |
unless $self->op |
62
|
0 |
1 |
ref $$value[0] eq 'ARRAY' ? : |
|
1 |
0 |
if $self->op and $self->op eq 'not' |
66
|
2 |
0 |
if (int @$value > 1) |
69
|
1 |
1 |
unless ref $_ eq 'ARRAY' |
|
1 |
1 |
if (CORE::not $self->op or $self->op eq 'all') |
72
|
1 |
1 |
if ref $_ eq 'ARRAY' |
|
1 |
1 |
if $self->op and $self->op eq 'any' |
81
|
3 |
3 |
@_ > 1 ? : |
84
|
3 |
3 |
if (int @$value == 1) |
85
|
1 |
1 |
$$value[0] =~ /^[\d\.\,]+$/ ? : |
|
2 |
1 |
unless $self->op |
86
|
0 |
1 |
$$value[0] =~ /^[\d\.\,]+$/ ? : |
|
1 |
0 |
if $self->op and $self->op eq 'not' |
90
|
3 |
0 |
if (int @$value > 1) |
93
|
1 |
4 |
unless $_ =~ /^[\d\.\,]+$/ |
|
2 |
1 |
if (CORE::not $self->op or $self->op eq 'all') |
96
|
1 |
1 |
if ref $_ eq 'ARRAY' |
|
1 |
2 |
if $self->op and $self->op eq 'any' |
106
|
11 |
7 |
@_ > 1 ? : |
109
|
7 |
11 |
if (int @$value == 1) |
110
|
2 |
3 |
$$value[0] ? : |
|
5 |
2 |
unless $self->op |
111
|
1 |
1 |
$$value[0] ? : |
|
2 |
0 |
if $self->op and $self->op eq 'not' |
115
|
11 |
0 |
if (int @$value > 1) |
118
|
8 |
14 |
unless $_ |
|
9 |
2 |
if (CORE::not $self->op or $self->op eq 'all') |
121
|
2 |
5 |
if $_ |
|
2 |
9 |
if $self->op and $self->op eq 'any' |
136
|
12 |
0 |
if $_[0] |