Condition Coverage

blib/lib/Gravatar/URL.pm
Criterion Covered Total %
condition 14 16 87.5


and 3 conditions

line !l l&&!r l&&r condition
151 1 1 13 $args{'size'} >= 1 and $args{'size'} <= 512

or 3 conditions

line l !l&&r !l&&!r condition
142 4 43 1 exists $args{'id'} or exists $args{'email'}
167 3 40 0 $args{'id'} || gravatar_id($args{'email'})
195 65 65 115 'base_http' eq $key or 'base_https' eq $key

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
145 1 3 43 0 exists $args{'id'} xor exists $args{'email'}