Branch Coverage

blib/lib/Devel/REPL/Plugin/Completion.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
67 0 0 scalar @_ == 4 ? :
69 0 0 if $is_trp
77 0 0 unless defined $document
84 0 0 if ($is_trp) { }
85 0 0 if (scalar @matches) { }
88 0 0 $self->do_readline_filename_completion ? :
91 0 0 unless $self->do_readline_filename_completion
92 0 0 if (scalar @matches) { }
96 0 0 if (not $state) { }
122 0 0 if $type and $last->isa($type)