Branch Coverage

blib/lib/HTTP/Headers/UserAgent.pm
Criterion Covered Total %
branch 13 36 36.1


line true false branch
123 0 0 if /Win/
124 0 0 if /Mac/
125 0 0 if /Linux.*86/
126 0 0 if /Linux.*alpha/
127 0 0 if /OSF/
128 0 0 if /HP-UX/
129 0 0 if /IRIX/
130 0 0 if /(SunOS|Solaris)/
132 0 0 if $HTTP::Headers::UserAgent::fh
159 26 260 if $self->{'bd'}->$possible
161 2 11 if $os =~ /^mac/
162 1 12 if $os =~ /^dec/
163 0 13 if $os =~ /^sun(5$|i86$|$)/
164 0 13 if $os eq 'sun4'
165 0 13 if $os eq 'bsd'
166 0 13 unless $os
184 0 5 unless defined $browser
185 1 4 if $browser eq 'MSIE'