Branch Coverage

blib/lib/MooseX/Declare/Context/WithOptions/Patch/Extensible.pm
Criterion Covered Total %
branch 6 16 37.5


line true false branch
22 2 0 if 'MooseX::Declare::Context::WithOptions'->VERSION gt '0.35'
55 0 2 unless (defined $key)
56 0 0 if keys %ret
62 0 2 unless grep {$key eq $_;} @{$self->allowed_option_names;}
65 0 2 unless (defined $val)
66 0 0 if (defined($val = $self->strip_proto)) { }
75 0 2 ref $val ? :
84 0 1 $key eq 'is' ? :