Branch Coverage

blib/lib/Sub/Chain.pm
Criterion Covered Total %
branch 13 24 54.1


line true false branch
41 0 6 ref $_[0] ? :
74 0 13 unless @chain
83 0 21 if (@args and $$opts{'on_undef'} and not defined $args[0])
84 0 0 if $$opts{'on_undef'}->is_skip
85 0 0 if $$opts{'on_undef'}->is_blank
90 0 23 if (not defined $wantarray) { }
0 23 elsif ($wantarray) { }
99 21 2 if $$opts{'result'}->is_replace
107 0 13 if (not defined $wantarray) { }
0 13 elsif ($wantarray) { }
128 20 11 $$self{$name} ? :
1 31 exists $$from{$name} ? :