Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
9 99 0 2 index($d->ua, " OmniWeb/") > -1 and index($d->ua, "Mozilla/") > -1
97 0 2 index($d->ua, " QtWebEngine/") > -1 and index($d->ua, "Mozilla/") > -1
95 0 2 index($d->ua, " UBrowser/") > -1 and index($d->ua, "Win") > -1
93 0 2 index($d->ua, " MZBrowser/") > -1 and index($d->ua, "UWS") > -1

or 3 conditions

line l !l&&r !l&&!r condition
9 0 0 101 index($d->ua, "OmniWeb/") == 0 or index($d->ua, " OmniWeb/") > -1 and index($d->ua, "Mozilla/") > -1