Branch Coverage

blib/lib/Sys/User/UIDhelper.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
69 0 0 unless (defined $args{'max'})
73 0 0 unless (defined $args{'min'})
78 0 0 if ($args{'min'} >= $args{'max'}) { }
0 0 elsif (not $args{'min'} =~ /^[0-9]+$/) { }
0 0 elsif (not $args{'max'} =~ /^[0-9]+$/) { }
106 0 0 unless (getpwuid $int)
137 0 0 unless (getpwuid $int)