| line | true | false | branch | 
 
| 28 | 7 | 0 | if ($class =~ /^ .* :: (?.*?) $/x) | 
 
| 40 | 0 | 2 | unless (exists $info{'time'}) | 
 
| 42 | 0 | 0 | exists $self->{'_time'} ? : | 
 
| 47 | 0 | 2 | if ($USE_SYSLOG) | 
 
| 64 | 5 | 0 | unless (exists $info{'time'}) | 
 
| 66 | 5 | 0 | exists $self->{'_time'} ? : | 
 
| 71 | 0 | 5 | if ($USE_SYSLOG) | 
 
| 89 | 0 | 10 | unless (exists $self->{'_time'} and defined $self->{'_time'}) | 
 
| 108 | 16 | 0 | if ($defaults and ref $defaults eq 'HASH') | 
 
| 111 | 63 | 43 | unless exists $args_with_defaults{$_} | 
 
| 123 | 13 | 3 | if (exists $args_with_def->{'port'} and defined $args_with_def->{'port'}) | 
 
| 129 | 0 | 16 | unless (@wanted) |