Condition Coverage

blib/lib/Zoidberg/Fish/ReadLine.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 0 $ENV{'PERL_RL'} and not $ENV{'PERL_RL'} =~ /zoid/i
56 0 0 0 @hist == 1 and ref $hist[0]
63 0 0 0 @hist == 1 and ref $hist[0]
151 0 0 0 @re > 1 and not wantarray

or 2 conditions

line l !l condition
98 0 0 $Env::PS1::map{'m'} ||= sub { '-' unless $$self{'settings'}{'mode'}; }
99 0 0 $Env::PS1::map{'j'} ||= sub { scalar @{$$self{'shell'}{'jobs'};}; }

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 0 $Env::PS1::map{'v'} ||= $Zoidberg::VERSION
105 0 0 0 $prompt ||= $$self{'rl_z'} ? \$PS1 : $PS1
120 0 0 0 $prompt ||= $$self{'rl_z'} ? \$PS2 : $PS2