Branch Coverage

blib/lib/MooseX/Declare/Context/WithOptions.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
29 2 26 unless (defined $key)
30 1 1 if keys %ret
35 0 26 unless $key =~ /^(extends|with|is)$/
39 2 24 unless (defined $val)
40 2 0 if (defined($val = $self->strip_proto)) { }
49 2 24 ref $val ? :
58 5 18 $key eq 'is' ? :