Condition Coverage

blib/lib/Gravatar/URL.pm
Criterion Covered Total %
condition 13 16 81.2


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
143 4 0 44 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
146 1 3 43 0 exists $args{'id'} xor exists $args{'email'}