Branch Coverage

blib/lib/Duadua/Parser/Browser/MicrosoftInternetExplorer.pm
Criterion Covered Total %
branch 17 22 77.2


line true false branch
9 163 236 if index($d->ua, "http") > -1
10 4 232 if index($d->ua, " BingPreview") > -1
12 16 0 if (index($d->ua, "MSIE ") > -1 and index($d->ua, "Mozilla/") > -1 and index($d->ua, "Windows ") > -1)
18 8 8 if ($d->opt_version)
20 8 0 if $version
26 14 0 if (index($d->ua, "Trident/") > -1 and index($d->ua, " rv:1") > -1 and index($d->ua, "Mozilla/") > -1 and index($d->ua, "Windows ") > -1)
32 7 7 if ($d->opt_version)
34 7 0 if $version
40 2 200 if (index($d->ua, "Windows-RSS-Platform/") > -1)
45 1 1 if ($d->opt_version)
47 1 0 if $version