Branch Coverage

blib/lib/Devel/REPL/Plugin/FindVariable.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
14 0 0 if $name eq "\$_REPL"
17 0 0 if ($self->can("lexical_environment"))
19 0 0 if exists $self->lexical_environment->get_context("_")->{$name}
22 0 0 $name =~ s/^([\$\@\%\&\*])// ? :
24 0 0 $self->can('current_package') ? :
27 0 0 $name =~ s/^(.*)(::|')// ? :
32 0 0 unless length $sigil and $meta->has_package_symbol("$sigil$name")