Condition Coverage

lib/Webservice/OVH/Cloud/Project/Instance.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
294 0 0 0 $params{'monthly_billing'} && ($params{'monthly_billing'} eq 'true' || $params{'monthly_billing'} eq 'yes' || $params{'monthly_billing'} eq '1')
818 0 0 0 $type and $type eq 'hard' || $type eq 'soft'
880 0 0 0 $rescue && ($rescue eq 'true' || $rescue eq '1' || $rescue eq 'yes')

or 3 conditions

line l !l&&r !l&&!r condition
146 0 0 0 $self->{'_groups'}{$group_id} || 'Webservice::OVH::Cloud::Project::Instance::Group'->_new_existing('wrapper', $api, 'module', $self->{'_module'}, 'project', $self->project, 'id', $group_id)
177 0 0 0 $self->{'_group'}{$group_id} || 'Webservice::OVH::Cloud::Project::Instance'->_new_existing('wrapper', $api, 'module', $self->{'_module'}, 'project', $self->project, 'id', $group_id)
818 0 0 0 $type eq 'hard' || $type eq 'soft'