Branch Coverage

blib/lib/Lab/Bus.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
41 2 0 if (ref $_[0] eq 'HASH') { }
113 0 4 if (not defined $key) { }
2 2 elsif (ref($key) =~ /HASH/u) { }
127 0 14 unless my $type = ref $self
132 0 14 unless (exists $self->{'_permitted'}{$name})
141 4 10 if (@_) { }
152 0 0 if $self->can("SUPER::DESTROY")