Branch Coverage

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


line true false branch
20 0 0 unless my $self = shift()
29 0 0 unless my $self = shift()
31 0 0 unless my $a = shift()
32 0 0 if ref $a
41 0 0 unless my $self = shift()
44 0 0 unless @p
47 0 0 if (@p == 1) { }
48 0 0 unless ref $a eq "HASH"
53 0 0 if scalar @p % 2 != 0
65 0 0 unless my $self = shift()
66 0 0 unless my $a = shift()
75 0 0 unless my $self = shift()
76 0 0 unless my $poolid = shift()
77 0 0 if ref $poolid
80 0 0 unless @p
83 0 0 if (@p == 1) { }
84 0 0 unless ref $p[0] eq "HASH"
89 0 0 if scalar @p % 2 != 0