Branch Coverage

blib/lib/WWW/Codeguard/User.pm
Criterion Covered Total %
branch 2 26 7.6


line true false branch
53 0 8 unless $self->{$key} = delete $opts->{$key}
61 0 2 exists $opts->{'verify_hostname'} ? :
231 0 0 UNIVERSAL::isa($params, 'HASH') ? :
255 0 0 unless $self->_sanitize_params('edit_website', $params)
407 0 0 UNIVERSAL::isa($params, 'HASH') ? :
432 0 0 UNIVERSAL::isa($params, 'HASH') ? :
777 0 0 $request ? :
789 0 0 $method eq 'GET' ? :
794 0 0 $request ? :
830 0 0 if ($action eq 'create_website') { }
0 0 elsif ($action eq 'create_database' and (exists $params->{'authentication_mode'} and $params->{'authentication_mode'} eq 'ssh')) { }
831 0 0 if (exists $params->{'key'} and $params->{'key'}) { }
0 0 elsif (exists $params->{'password'} and $params->{'password'}) { }