Condition Coverage

blib/lib/Duadua/Parser/Browser/MicrosoftInternetExplorer.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
12 216 0 16 index($d->ua, "MSIE ") > -1 and index($d->ua, "Mozilla/") > -1
216 0 16 index($d->ua, "MSIE ") > -1 and index($d->ua, "Mozilla/") > -1 and index($d->ua, "Windows ") > -1
26 202 0 14 index($d->ua, "Trident/") > -1 and index($d->ua, " rv:1") > -1
202 0 14 index($d->ua, "Trident/") > -1 and index($d->ua, " rv:1") > -1 and index($d->ua, "Mozilla/") > -1
0 0 14 index($d->ua, "Trident/") > -1 and index($d->ua, " rv:1") > -1 and index($d->ua, "Mozilla/") > -1 and index($d->ua, "Windows ") > -1