Condition Coverage

blib/lib/Net/GrowlClient.pm
Criterion Covered Total %
condition 3 25 12.0


and 3 conditions

line !l l&&!r l&&r condition
172 0 0 0 $notify_args{'priority'} and grep /^$notify_args{'priority'}$/, keys %priority

or 2 conditions

line l !l condition
75 0 1 $$self{'CLIENT_PEER_PORT'} || '9887'
0 1 $$self{'CLIENT_PEER_HOST'} || 'localhost'

or 3 conditions

line l !l&&r !l&&!r condition
44 0 1 0 ref $caller || $caller
166 0 0 0 $notify_args{'application'} || $$self{'CLIENT_APPLICATION_NAME'}
167 0 0 0 $notify_args{'notification'} || $$self{'CLIENT_NOTIFICATION'}
168 0 0 0 $notify_args{'title'} || $$self{'CLIENT_TITLE'}
169 0 0 0 $notify_args{'message'} || $$self{'CLIENT_MESSAGE'}
170 0 0 0 $notify_args{'sticky'} || $$self{'CLIENT_STICKY'}