blib/lib/Apache/Voodoo/Debug/FirePHP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 27 | 7.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 0 | 0 | 3 | ref $conf eq 'HASH' and $$conf{'all'} |
150 | 0 | 0 | 0 | $useragent =~ m[\bFirePHP/([.\d]+)] and $self->_compareVersion($1, '0.0.6') |
167 | 0 | 0 | 0 | not defined $f[$i] and defined $s[$i] |
0 | 0 | 0 | defined $f[$i] and not defined $s[$i] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
51 | 0 | 0 | 3 | $conf eq '1' or ref $conf eq 'HASH' and $$conf{'all'} |
167 | 0 | 0 | 0 | $f[$i] < $s[$i] or not defined $f[$i] and defined $s[$i] |
0 | 0 | 0 | $f[$i] > $s[$i] or defined $f[$i] and not defined $s[$i] | |
186 | 0 | 0 | 0 | defined $Object or $Type eq 'GROUP_START' |
193 | 0 | 0 | 0 | $Type eq 'EXCEPTION' or $Type eq 'TRACE' |