Condition Coverage

blib/lib/Ixchel.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
202 0 0 0 defined $self->{'config'}{'proxy'}{'ftp'} and $self->{'config'}{'proxy'}{'ftp'} ne ""
206 0 0 0 defined $self->{'config'}{'proxy'}{'http'} and $self->{'config'}{'proxy'}{'http'} ne ""
210 0 0 0 defined $self->{'config'}{'proxy'}{'https'} and $self->{'config'}{'proxy'}{'https'} ne ""
214 0 0 0 defined $self->{'config'}{'perl'}{'cpanm_home'} and $self->{'config'}{'perl'}{'cpanm_home'} ne ""
219 0 0 0 defined $self->{'config'}{'env'}{$env_key} and ref $self->{'config'}{'env'}{$env_key} eq ""
239 0 0 0 ref $action_return eq "HASH" and defined $action_return->{'errors'}
0 0 0 ref $action_return eq "HASH" and defined $action_return->{'errors'} and ref $action_return->{'errors'} eq "ARRAY"
0 0 0 ref $action_return eq "HASH" and defined $action_return->{'errors'} and ref $action_return->{'errors'} eq "ARRAY" and defined $action_return->{'errors'}[0]