line |
true |
false |
branch |
36
|
1 |
129 |
unless defined $line |
37
|
128 |
1 |
if ($line =~ s/(\S+)\s+//) { } |
42
|
0 |
128 |
unless ($line =~ s/(\S+)\s+(\S+)\s+//) |
45
|
126 |
2 |
if ($line =~ s/\[(.*?)\]\s+//) { } |
50
|
126 |
0 |
if ($line =~ s/\"(.*?)\"\s+//) { } |
57
|
36 |
90 |
if ($line =~ s/(\S+)\s+(\d+)\s+//) |
61
|
126 |
0 |
if ($line =~ s/\<(.*?)\>\s+//) { } |
66
|
126 |
0 |
if ($line =~ s/\<(.*?)\>\s+//) { } |
71
|
126 |
0 |
if ($line =~ s/\<(.*?)\>\s+//) { } |
91
|
372 |
422 |
if ($key eq 'File' or $key eq 'Referer') { } |
|
0 |
422 |
elsif ($key eq 'Bytes') { } |
|
164 |
258 |
elsif ($key eq 'Error') { } |
94
|
81 |
291 |
unless $val |