Condition Coverage

blib/lib/Eixo/Rest/Api.pm
Criterion Covered Total %
condition 5 17 29.4


or 2 conditions

line l !l condition
238 0 0 $args{'onSuccess'} || $on_end || die(ref($product) . '::' . $method . 'Async: callback is needed')

or 3 conditions

line l !l&&r !l&&!r condition
182 4 0 0 $args{'__callback'} || $default_func
197 0 4 0 $args{'onSuccess'} || $params->{'onSuccess'} || $default_func
0 0 4 $args{'onError'} || $params->{'onError'}
0 0 4 $args{'onProgress'} || $params->{'onProgress'}
0 0 4 $args{'onStart'} || $params->{'onStart'}