| 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.002'; | ||||||
| 5 | 2 | 2 | 721 | use MooX (); | |||
| 2 | 17860 | ||||||
| 2 | 78 | ||||||
| 6 | |||||||
| 7 | 3 | 3 | 18 | sub import { MooX->import::into(scalar caller, qw( +Carp +Path::Tiny +bytes )) } | |||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |