Condition Coverage

blib/lib/Duadua/Parser/Browser/MicrosoftEdge.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
10 2 0 4 index($d->ua, 'Edge/') > -1 || index($d->ua, 'Edg/') > -1 and index($d->ua, "Windows") > -1
2 0 4 index($d->ua, 'Edge/') > -1 || index($d->ua, 'Edg/') > -1 and index($d->ua, "Windows") > -1 and index($d->ua, "Mozilla/") > -1
0 0 2 index($d->ua, "EdgiOS/") > -1 and index($d->ua, "Mozilla/") > -1

or 3 conditions

line l !l&&r !l&&!r condition
10 2 2 2 index($d->ua, 'Edge/') > -1 || index($d->ua, 'Edg/') > -1