line |
true |
false |
branch |
131
|
0 |
0 |
if $name eq 'DESTROY' |
132
|
0 |
0 |
if ($name =~ /^(QUEUE_)?(.*?)_([^_]+)$/) |
134
|
0 |
0 |
if (exists $$validation{$thing} and exists $$validation{$thing}{$action}) { } |
139
|
0 |
0 |
unless (exists $args{$req}) |
146
|
0 |
0 |
unless (first sub {
$_ eq $given;
}
, @{$$validation{$thing}{$action}[0];}, @{$$validation{$thing}{$action}[1];}) |
154
|
0 |
0 |
if $queue |
156
|
0 |
0 |
if ref $data eq 'ARRAY' |
158
|
0 |
0 |
if ref $data eq 'HASH' |
176
|
0 |
0 |
if ($self->list_queue == 0) |
183
|
0 |
0 |
if (ref $data eq 'ARRAY') { } |
|
0 |
0 |
elsif (ref $data eq 'HASH') { } |