Branch Coverage

blib/lib/WWW/GoDaddy/REST/Shell.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
30 0 0 unless $res
31 0 0 if $options{'help'}
32 0 0 if $options{'man'}
35 0 0 if (-e $conf_file)
51 0 0 if ($options{'username'} or $options{'password'})
52 0 0 unless ($options{'password'})
55 0 0 unless ($options{'username'})
61 0 0 if ($options{'username'} and $options{'password'})
66 0 0 unless ($options{'url'})
71 0 0 if ($@)
102 0 0 if ($new)
116 0 0 if (@words > 2 or @words == 2 and $start == length $line)