| line | true | false | branch | 
 
| 51 | 3 | 0 | if ($conf eq '1' or ref $conf eq 'HASH' and $$conf{'all'}) { } | 
 
|  | 0 | 0 | elsif (ref $conf eq 'HASH') { } | 
 
| 66 | 0 | 0 | if $$conf{'debug'} | 
 
| 67 | 0 | 0 | if $$conf{'info'} | 
 
| 68 | 0 | 0 | if $$conf{'warn'} | 
 
| 69 | 0 | 0 | if $$conf{'error'} | 
 
| 70 | 0 | 0 | if $$conf{'dump'} | 
 
| 71 | 0 | 0 | if $$conf{'trace'} | 
 
| 72 | 0 | 0 | if $$conf{'exception'} | 
 
| 73 | 0 | 0 | if $$conf{'table'} | 
 
| 75 | 0 | 0 | if (scalar keys %{$$self{'conf'};}) | 
 
| 92 | 0 | 0 | unless $self->_detectClientExtension | 
 
| 150 | 0 | 0 | if ($useragent =~ m[\bFirePHP/([.\d]+)] and $self->_compareVersion($1, '0.0.6')) { } | 
 
| 164 | 0 | 0 | scalar @f > scalar @s ? : | 
 
| 167 | 0 | 0 | if ($f[$i] < $s[$i] or not defined $f[$i] and defined $s[$i]) { } | 
 
|  | 0 | 0 | elsif ($f[$i] > $s[$i] or defined $f[$i] and not defined $s[$i]) { } | 
 
| 184 | 0 | 0 | unless $$self{'enable'}{$Type} | 
 
| 186 | 0 | 0 | unless (defined $Object or $Type eq 'GROUP_START') | 
 
| 193 | 0 | 0 | if ($Type eq 'EXCEPTION' or $Type eq 'TRACE') { } | 
 
| 220 | 0 | 0 | if ($$self{'messageIndex'} == 1) | 
 
| 224 | 0 | 0 | if ($Type eq 'DUMP') { } | 
 
| 234 | 0 | 0 | if ($Type eq 'DUMP') { } | 
 
| 248 | 0 | 0 | if ($l < 5000) { } | 
 
| 259 | 0 | 0 | $l % 5000 ? : | 
 
| 266 | 0 | 0 | if $i == 0 | 
 
| 272 | 0 | 0 | if $i < $c - 1 | 
 
| 278 | 0 | 0 | if ($$self{'messageIndex'} > 99999) |