Branch Coverage

blib/lib/App/Rad/Plugin/ReadLine.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
33 0 0 $ShellPrompt =~ / $/ ? :
42 0 0 if (@_ == 0)
50 0 0 if ('HASH' eq ref $_[0]) { }
52 0 0 if exists $$opts{'GreetWithCommand'}
54 0 0 if exists $$opts{'GreetWithSub'}
56 0 0 if exists $$opts{'DefaultCommand'}
58 0 0 if exists $$opts{'ShellPrompt'}
61 0 0 defined $_ ? :
75 0 0 if @_ >= 2 and not defined $name
80 0 0 if @_ >= 1 and not defined $name
84 0 0 if ($no_register) { }
88 0 0 unless defined $name
89 0 0 unless defined $help
106 0 0 if (defined $GreetWithCommand)
111 0 0 if defined $GreetWithSub
133 0 0 if @_
150 0 0 if (defined $cmd and $cmd ne '')