Branch Coverage

blib/lib/Net/Proxmox/VE/Pools.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
23 0 0 unless my $self = shift()
32 0 0 unless my $self = shift()
34 0 0 unless my $a = shift()
35 0 0 if ref $a
44 0 0 unless my $self = shift()
47 0 0 unless @p
50 0 0 if (@p == 1) { }
51 0 0 unless ref $a eq "HASH"
56 0 0 if scalar @p % 2 != 0
68 0 0 unless my $self = shift()
69 0 0 unless my $a = shift()
78 0 0 unless my $self = shift()
79 0 0 unless my $poolid = shift()
80 0 0 if ref $poolid
83 0 0 unless @p
86 0 0 if (@p == 1) { }
87 0 0 unless ref $p[0] eq "HASH"
92 0 0 if scalar @p % 2 != 0