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 217 0 16 index($d->ua, "MSIE ") > -1 and index($d->ua, "Mozilla/") > -1
217 0 16 index($d->ua, "MSIE ") > -1 and index($d->ua, "Mozilla/") > -1 and index($d->ua, "Windows ") > -1
26 203 0 14 index($d->ua, "Trident/") > -1 and index($d->ua, " rv:1") > -1
203 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