line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# ============================================================================ |
2
|
|
|
|
|
|
|
package Business::UPS::Tracking::Meta::Attribute::Trait::Printable; |
3
|
|
|
|
|
|
|
# ============================================================================ |
4
|
5
|
|
|
5
|
|
23
|
use utf8; |
|
5
|
|
|
|
|
8
|
|
|
5
|
|
|
|
|
32
|
|
5
|
5
|
|
|
5
|
|
222
|
use 5.0100; |
|
5
|
|
|
|
|
15
|
|
6
|
|
|
|
|
|
|
|
7
|
5
|
|
|
5
|
|
2202
|
use Moose::Role; |
|
5
|
|
|
|
|
17264
|
|
|
5
|
|
|
|
|
23
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Moose::Meta::Attribute::Custom::Trait::Printable; |
10
|
1
|
|
|
1
|
|
467
|
sub register_implementation { return 'Business::UPS::Tracking::Meta::Attribute::Trait::Printable' } |
11
|
|
|
|
|
|
|
|
12
|
5
|
|
|
5
|
|
19852
|
no Moose::Role; |
|
5
|
|
|
|
|
9
|
|
|
5
|
|
|
|
|
21
|
|
13
|
|
|
|
|
|
|
1; |