Branch Coverage

blib/lib/WebService/Linode.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
128 0 0 if $name eq 'DESTROY'
129 0 0 if ($name =~ /^(QUEUE_)?(.*?)_([^_]+)$/)
131 0 0 if (exists $$validation{$thing} and exists $$validation{$thing}{$action}) { }
136 0 0 unless (exists $args{$req})
143 0 0 unless (first sub { $_ eq $given; } , @{$$validation{$thing}{$action}[0];}, @{$$validation{$thing}{$action}[1];})
151 0 0 if $queue
153 0 0 if ref $data eq 'ARRAY'
155 0 0 if ref $data eq 'HASH'
173 0 0 if ($self->list_queue == 0)
180 0 0 if (ref $data eq 'ARRAY') { }
0 0 elsif (ref $data eq 'HASH') { }