Branch Coverage

blib/lib/Class/Data/Lite.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
22 5 3 if (my $accessors = delete $args{$key})
23 0 5 unless ref($accessors) =~ /^(?:HASH|ARRAY)$/
25 4 1 ref $accessors eq 'HASH' ? :
36 3 7 if (@_ > 1)
37 1 2 if ($_[0] ne $pkg)