Branch Coverage

blib/lib/Hades/Realm/Moose.pm
Criterion Covered Total %
branch 23 34 67.6


line true false branch
8 11 1 scalar @_ == 1 ? :
16 0 0 defined $args{$accessor} ? :
17 0 0 unless (not $accessors{$accessor}{'required'} or defined $value)
33 0 1 wantarray ? :
46 0 7 wantarray ? :
51 2 35 if ((ref $meta || '') ne 'HASH')
52 2 0 defined $meta ? :
59 110 135 $meta->{$_} ? :
61 4 31 if $meta->{'private'}
71 2 8 if (not defined $name or ref $name)
72 2 0 defined $name ? :
76 2 6 if (not defined $content or ref $content)
77 2 0 defined $content ? :
88 2 12 if (not defined $name or ref $name)
89 2 0 defined $name ? :
93 2 10 if (not defined $content or ref $content)
94 2 0 defined $content ? :