Branch Coverage

blib/lib/Hades/Realm/Import/Export.pm
Criterion Covered Total %
branch 18 30 60.0


line true false branch
8 8 1 scalar @_ == 1 ? :
15 0 0 defined $args{$accessor} ? :
18 0 0 $accessors{$accessor}{'builder'} ? :
20 0 0 unless (not $accessors{$accessor}{'required'} or defined $value)
32 0 5 wantarray ? :
37 2 11 if (not defined $begin or ref $begin)
38 2 0 defined $begin ? :
42 2 9 if ((ref $mg || '') =~ /^(|HASH|ARRAY|SCALAR|CODE|GLOB)$/)
43 2 0 defined $mg ? :
47 2 7 if ((ref $export || '') ne 'HASH')
48 2 0 defined $export ? :
52 2 5 if ((ref $meta || '') ne 'HASH')
53 2 0 defined $meta ? :
72 2 5 if ((ref $mg || '') =~ /^(|HASH|ARRAY|SCALAR|CODE|GLOB)$/)
73 2 0 defined $mg ? :