Branch Coverage

blib/lib/Hades/Realm/Moose.pm
Criterion Covered Total %
branch 30 46 65.2


line true false branch
8 13 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)
36 0 1 wantarray ? :
49 0 9 wantarray ? :
54 2 36 if ((ref $meta || '') ne 'HASH')
55 2 0 defined $meta ? :
62 113 175 $meta->{$_} ? :
64 4 32 if $meta->{'private'}
74 2 8 if (not defined $name or ref $name)
75 2 0 defined $name ? :
79 2 6 if (not defined $content or ref $content)
80 2 0 defined $content ? :
91 2 12 if (not defined $name or ref $name)
92 2 0 defined $name ? :
96 2 10 if (not defined $content or ref $content)
97 2 0 defined $content ? :
108 2 3 if (not defined $name or ref $name)
109 2 0 defined $name ? :
113 2 1 if (not defined $content or ref $content)
114 2 0 defined $content ? :
119 0 1 $content =~ /^\w\w+$/ ? :