Condition Coverage

blib/lib/WebService/Bluga/Webthumb.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
138 0 0 0 $params{'user'} and $params{'api_key'}
142 0 0 0 exists $params{'size'} and not grep({$params{'size'} eq $_;} "small", "medium", "medium2", "large")
154 0 0 0 exists $params{'cache_dir'} and not exists $params{'cache_url_stub'}

or 2 conditions

line l !l condition
163 0 0 $params{'timeout'} || 3
185 0 0 $params ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
187 0 0 0 $params->{$_} ||= $self->{$_}