Branch Coverage

blib/lib/Hades/Realm/Mouse.pm
Criterion Covered Total %
branch 28 44 63.6


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 ? :
48 0 9 wantarray ? :
53 2 36 if ((ref $meta || '') ne 'HASH')
54 2 0 defined $meta ? :
61 113 175 $meta->{$_} ? :
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 ? :
105 2 3 if (not defined $name or ref $name)
106 2 0 defined $name ? :
110 2 1 if (not defined $content or ref $content)
111 2 0 defined $content ? :
116 0 1 $content =~ /^\w\w+$/ ? :