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.47'; | ||||||
3 | # ABSTRACT: Use custom profiles with Selenium::Remote::Driver | ||||||
4 | 1 | 1 | 893 | use strict; | |||
1 | 2 | ||||||
1 | 27 | ||||||
5 | 1 | 1 | 5 | use warnings; | |||
1 | 4 | ||||||
1 | 21 | ||||||
6 | |||||||
7 | 1 | 1 | 387 | use Selenium::Firefox::Profile; | |||
1 | 2 | ||||||
1 | 41 | ||||||
8 | |||||||
9 | BEGIN { | ||||||
10 | 1 | 1 | 29 | push our @ISA, 'Selenium::Firefox::Profile'; | |||
11 | } | ||||||
12 | |||||||
13 | |||||||
14 | 1; | ||||||
15 | |||||||
16 | __END__ |