Condition Coverage

blib/lib/Mslm/OTP.pm
Criterion Covered Total %
condition 0 38 0.0


or 2 conditions

line l !l condition
17 0 0 $opts{'timeout'} || 120

or 3 conditions

line l !l&&r !l&&!r condition
18 0 0 0 $opts{'user_agent'} || $Mslm::OTP::default_user_agent
19 0 0 0 $opts{'base_url'} || $Mslm::OTP::default_base_url
20 0 0 0 $api_key || $Mslm::OTP::default_api_key
33 0 0 0 $opts{'http_client'} || $default_http_client
99 0 0 0 'URI'->new($opts{'base_url'}) || $self->{'base_url'}
100 0 0 0 $opts{'user_agent'} || $self->{'user_agent'}
101 0 0 0 $opts{'api_key'} || $self->{'api_key'}
102 0 0 0 $opts{'http_client'} || $self->{'http_client'}
143 0 0 0 'URI'->new($opts{'base_url'}) || $self->{'base_url'}
144 0 0 0 $opts{'user_agent'} || $self->{'user_agent'}
145 0 0 0 $opts{'api_key'} || $self->{'api_key'}
146 0 0 0 $opts{'http_client'} || $self->{'http_client'}