Branch Coverage

blib/lib/Unix/Sudo.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
206 0 0 if (substr($variable, 0, 1) eq '%') { }
0 0 elsif (substr($variable, 0, 1) eq '@') { }
0 0 elsif (substr($variable, 0, 1) eq '$') { }
211 0 0 if (ref $value eq 'REF' and ref ${$value;} eq 'CODE') { }
230 0 0 if ($ENV{'UNIX_SUDO_SPILLGUTS'})
239 0 0 if ($rv == 255) { }