| blib/lib/Selenium/Remote/Driver/Firefox/Profile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 10 | 10 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 14 | 14 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Selenium::Remote::Driver::Firefox::Profile; | ||||||
| 2 | $Selenium::Remote::Driver::Firefox::Profile::VERSION = '1.49'; | ||||||
| 3 | # ABSTRACT: Use custom profiles with Selenium::Remote::Driver | ||||||
| 4 | 1 | 1 | 1023 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 30 | ||||||
| 5 | 1 | 1 | 6 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 25 | ||||||
| 6 | |||||||
| 7 | 1 | 1 | 426 | use Selenium::Firefox::Profile; | |||
| 1 | 3 | ||||||
| 1 | 53 | ||||||
| 8 | |||||||
| 9 | BEGIN { | ||||||
| 10 | 1 | 1 | 37 | push our @ISA, 'Selenium::Firefox::Profile'; | |||
| 11 | } | ||||||
| 12 | |||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |