Branch Coverage

blib/lib/Lvalue.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
78 0 0 if (my $sub = overload::Method($pkg, $op))
91 0 0 defined $fallback ? :
93 0 0 unless eval "package $proxy;\n our \@ISA = 'Lvalue::Loader';\n use overload $overload;\n "
139 0 0 if ($object->overload::Overloaded)
145 0 0 defined wantarray ? :
161 0 0 unless ref($wrapped) =~ /^Lvalue::Loader (?: ::_\d )? $/x
165 0 0 defined wantarray ? :
182 0 0 unless my($method) = our $AUTOLOAD =~ /([^:]+)$/
185 0 0 if ($method eq 'DESTROY')
186 0 0 if $object->can('DESTROY')
189 0 0 if (@_ or not defined wantarray)
191 0 0 unless $object->can($method)