File Coverage

blib/lib/Business/UPS/Tracking/Meta/Attribute/Trait/Printable.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 17 17 100.0


line stmt bran cond sub pod time code
1             # ============================================================================
2             package Business::UPS::Tracking::Meta::Attribute::Trait::Printable;
3             # ============================================================================
4 5     5   34 use utf8;
  5         13  
  5         35  
5 5     5   178 use 5.0100;
  5         926  
6              
7 5     5   2825 use Moose::Role;
  5         22351  
  5         22  
8              
9             package Moose::Meta::Attribute::Custom::Trait::Printable;
10 1     1   482 sub register_implementation { return 'Business::UPS::Tracking::Meta::Attribute::Trait::Printable' }
11              
12 5     5   27761 no Moose::Role;
  5         15  
  5         25  
13             1;