Branch Coverage

blib/lib/Tie/Coupler.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
26 0 0 if (defined $args and ref $args ne 'HASH')
31 0 0 unless defined $args
101 0 0 if ($$self{'_init'})
119 0 0 if (not defined $convert) { }
0 0 elsif ($convert =~ /$pattern/) { }
0 0 elsif (defined $convert) { }
137 0 0 if @_
149 0 0 if (defined $convert and not $convert =~ /$pattern/)
150 0 0 if (not $ref eq 'CODE' || $ref eq 'ARRAY')
162 0 0 if @_
170 0 0 if @_
178 0 0 if @_
190 0 0 unless defined $convert
192 0 0 unless ($ref eq 'CODE' or $ref eq 'ARRAY')
196 0 0 if ($ref eq 'CODE') { }
198 0 0 if (ref $$convert[0] eq 'CODE') { }