Condition Coverage

blib/lib/Net/Growl.pm
Criterion Covered Total %
condition 0 22 0.0


or 2 conditions

line l !l condition
24 0 0 $args{'host'} || 'localhost'
29 0 0 'IO::Socket::INET'->new(%addr) || die("Could not create socket: $!\n")
38 0 0 $args{'host'} || 'localhost'
43 0 0 'IO::Socket::INET'->new(%addr) || die("Could not create socket: $!\n")
59 0 0 $args{'application'} ||= 'growl_notify'
68 0 0 $args{'notification'} ||= 'Command-Line Growl Notification'
114 0 0 $args{'application'} ||= 'growlnotify'
115 0 0 $args{'notification'} ||= 'Command-Line Growl Notification'
116 0 0 $args{'title'} ||= 'Title'
117 0 0 $args{'description'} ||= 'Description'
118 0 0 $args{'priority'} ||= 0