lib/Mozilla/Persona.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 15 | 15 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | n/a | ||
total | 20 | 20 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | # Copyrights 2012 by [Mark Overmeer]. | ||||||
2 | # For other contributors see ChangeLog. | ||||||
3 | # See the manual pages for details on the licensing terms. | ||||||
4 | # Pod stripped from pm file by OODoc 2.00. | ||||||
5 | 1 | 1 | 361128 | use warnings; | |||
1 | 3 | ||||||
1 | 37 | ||||||
6 | 1 | 1 | 7 | use strict; | |||
1 | 2 | ||||||
1 | 39 | ||||||
7 | |||||||
8 | package Mozilla::Persona; | ||||||
9 | 1 | 1 | 5 | use vars '$VERSION'; | |||
1 | 11 | ||||||
1 | 54 | ||||||
10 | $VERSION = '0.12'; | ||||||
11 | |||||||
12 | 1 | 1 | 1250 | use open 'utf8'; | |||
1 | 1195 | ||||||
1 | 4 | ||||||
13 | |||||||
14 | 1 | 1 | 79 | use Log::Report qw/persona/; | |||
1 | 1 | ||||||
1 | 13 | ||||||
15 | |||||||
16 | |||||||
17 | 1; |