| blib/lib/Alien/Role.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 8 | 8 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 | 
| pod | n/a | ||
| total | 11 | 11 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Alien::Role; | ||||||
| 2 | |||||||
| 3 | 2 | 2 | 181952 | use strict; | |||
| 2 | 10 | ||||||
| 2 | 55 | ||||||
| 4 | 2 | 2 | 9 | use warnings; | |||
| 2 | 3 | ||||||
| 2 | 40 | ||||||
| 5 | 2 | 2 | 40 | use 5.008004; | |||
| 2 | 4 | ||||||
| 6 | |||||||
| 7 | # ABSTRACT: Extend Alien::Base with roles! | ||||||
| 8 | our $VERSION = '2.47'; # VERSION | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |