Condition Coverage

lib/Webservice/OVH/Email/Domain/Domain.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
308 0 0 0 exists $filter{'from'} && !$filter{'from'}
309 0 0 0 exists $filter{'to'} && !$filter{'to'}
368 0 0 0 $self->{'_redirections'}{$redirection_id} and $self->{'_redirections'}{$redirection_id}->is_valid
492 0 0 0 $self->{'_accounts'}{$account_name} and $self->{'_accounts'}{$account_name}->is_valid
627 0 0 0 $self->{'_mailing_lists'}{$mailing_list_name} and $self->{'_mailing_lists'}{$mailing_list_name}->is_valid

or 3 conditions

line l !l&&r !l&&!r condition
322 0 0 0 $self->{'_redirections'}{$redirection_id} || 'Webservice::OVH::Email::Domain::Domain::Redirection'->_new_existing('wrapper', $api, 'domain', $self, 'id', $redirection_id, 'module', $self->{'_module'})
369 0 0 0 $from_array_redirection || 'Webservice::OVH::Email::Domain::Domain::Redirection'->_new_existing('wrapper', $api, 'domain', $self, 'id', $redirection_id, 'module', $self->{'_module'})
444 0 0 0 $self->{'_accounts'}{$account_name} || 'Webservice::OVH::Email::Domain::Domain::Account'->_new_existing('wrapper', $api, 'domain', $self, 'id', $account_name, 'module', $self->{'_module'})
493 0 0 0 $from_array_account || 'Webservice::OVH::Email::Domain::Domain::Account'->_new_existing('wrapper', $api, 'domain', $self, 'id', $account_name, 'module', $self->{'_module'})
581 0 0 0 $self->{'_mailing_lists'}{$mailing_list_name} || 'Webservice::OVH::Email::Domain::Domain::MailingList'->_new_existing('wrapper', $api, 'domain', $self, 'id', $mailing_list_name, 'module', $self->{'_module'})
628 0 0 0 $from_array_mailing_list || 'Webservice::OVH::Email::Domain::Domain::MailingList'->_new_existing('wrapper', $api, 'domain', $self, 'id', $mailing_list_name, 'module', $self->{'_module'})