Condition Coverage

blib/lib/OvhApi.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
60 0 0 0 $params{'type'} and grep {$params{'type'} eq $_;} 'https://eu.api.ovh.com/1.0', 'https://ca.api.ovh.com/1.0'
112 0 0 0 $method ne 'get' and $method ne 'delete'
156 0 0 0 $rule{'method'} and $rule{'path'}

or 2 conditions

line l !l condition
66 0 0 $params{'type'} || 'https://eu.api.ovh.com/1.0'