| blib/lib/Empyrion/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 4 | 4 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 6 | 6 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Empyrion::Base; | ||||||
| 2 | our $AUTHORITY = 'cpan:GETTY'; | ||||||
| 3 | # ABSTRACT: Base class for distribution packages | ||||||
| 4 | $Empyrion::Base::VERSION = '0.003'; | ||||||
| 5 | 2 | 2 | 696 | use MooX (); | |||
| 2 | 15964 | ||||||
| 2 | 61 | ||||||
| 6 | |||||||
| 7 | 3 | 3 | 17 | sub import { MooX->import::into(scalar caller, qw( +Carp +Path::Tiny +bytes )) } | |||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |