Branch Coverage

blib/lib/Class/Utils.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
25 1 1 unless (exists $self->{$key})
41 1 3 if ($key =~ /^_/ms)
44 1 2 unless (exists $self->{$key})
61 1 2 if (not exists $self->{$key}) { }
80 1 2 if (&any(sub { $_ eq $key; } , @{$object_keys_ar;})) { }