blib/lib/Duadua/Parser/Browser/MozillaFirefox.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 14 | 85.7 |
line | true | false | branch |
---|---|---|---|
9 | 8 | 303 | if index($d->ua, " PaleMoon/") > -1 |
11 | 3 | 300 | if (index($d->ua, "Mozilla/5.0 (") > -1 and index($d->ua, "Firefox/") > -1) |
16 | 2 | 1 | if ($d->opt_version) |
18 | 2 | 0 | if $version |
24 | 2 | 298 | if (index($d->ua, "Mozilla/5.0 (") > -1 and index($d->ua, "FxiOS/") > -1) |
30 | 1 | 1 | if ($d->opt_version) |
32 | 1 | 0 | if $version |