Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
110 0 0 0 $params{'user'} and $params{'api_key'}
114 0 0 0 exists $params{'size'} and not grep({$params{'size'} eq $_;} 'small', 'medium', 'medium2', 'large')

or 2 conditions

line l !l condition
148 0 0 $params ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
150 0 0 0 $$params{$_} ||= $$self{$_}