line |
!l |
l&&!r |
l&&r |
condition |
22
|
3 |
486 |
0 |
defined $specs and ref $specs ne 'HASH' |
31
|
3 |
0 |
486 |
defined $specs and keys %$specs |
289
|
4435 |
500 |
0 |
exists $spec->{'of'} and not $self->validate_specs({'of', $spec->{'of'}}, $p2v) |
336
|
35796 |
0 |
5490 |
exists $spec->{'required'} and $spec->{'required'} |
370
|
10727 |
0 |
114 |
exists $spec->{'undef'} && $spec->{'undef'} |
374
|
10727 |
36 |
78 |
$undef and not defined $value |
458
|
12 |
0 |
6 |
exists $spec->{'empty'} and $spec->{'empty'} |
489
|
32 |
16 |
25 |
$_[0]->number($_[1]) && $_[1] > 0 |
493
|
32 |
11 |
36 |
$_[0]->number($_[1]) && $_[1] >= 0 |
497
|
32 |
22 |
25 |
$_[0]->number($_[1]) && $_[1] < 0 |
501
|
32 |
11 |
36 |
$_[0]->number($_[1]) && $_[1] <= 0 |
517
|
44 |
23 |
30 |
$_[0]->integer($_[1]) && $_[1] < 0 |
521
|
44 |
12 |
41 |
$_[0]->integer($_[1]) && $_[1] <= 0 |
537
|
13 |
3 |
4944 |
$_[0]->string($_[1]) && exists $_[2]{$_[1]} |