blib/lib/Acme/CPANAuthors/Swedish.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Acme::CPANAuthors::Swedish; | ||||||
2 | |||||||
3 | 1 | 1 | 72689 | use strict; | |||
1 | 3 | ||||||
1 | 30 | ||||||
4 | 1 | 1 | 5 | use warnings; | |||
1 | 1 | ||||||
1 | 23 | ||||||
5 | 1 | 1 | 599 | use utf8; | |||
1 | 15 | ||||||
1 | 5 | ||||||
6 | |||||||
7 | our $VERSION = '0.10'; | ||||||
8 | |||||||
9 | use Acme::CPANAuthors::Register ( | ||||||
10 | 1 | 7 | ABERGMAN => 'Artur Bergman', | ||||
11 | CLAESJAC => 'Claes Jakobsson', | ||||||
12 | ERWAN => 'Erwan Lemonnier', | ||||||
13 | HOBBESTIG => 'Natal Ngétal', | ||||||
14 | OLOF => 'Olof Johansson', | ||||||
15 | WOLDRICH => 'Magnus Woldrich', | ||||||
16 | 1 | 1 | 520 | ); | |||
1 | 282 | ||||||
17 | |||||||
18 | 1; | ||||||
19 | |||||||
20 | __END__ |