line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Mo::Moose; |
2
|
|
|
|
|
|
|
$Mo::Moose::VERSION = '0.40';$M="Mo::"; |
3
|
|
|
|
|
|
|
$VERSION='0.40'; |
4
|
1
|
|
|
1
|
|
2
|
*{$M.'Moose::e'}=sub{my($P,$e)=@_;$P=~s/::$//;%$e=(M=>1);require Moose;Moose->import({into=>$P});Moose::Util::MetaRole::apply_metaroles(for=>$P,class_metaroles=>{attribute=>['Attr::Trait']},)};BEGIN{package Attr::Trait; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
4257
|
|
5
|
1
|
100
|
50
|
1
|
|
455
|
$Attr::Trait::VERSION = '0.40';use Moose::Role;around _process_options=>sub{my$orig=shift;my$c=shift;my($n,$o)=@_;$o->{is}||='rw';$o->{lazy}||=1 if defined$o->{default}or defined$o->{builder};$c->$orig(@_)};$INC{'Attr/Trait.pm'}=1} |
|
1
|
|
50
|
1
|
|
3130
|
|
|
1
|
|
66
|
|
|
3
|
|
|
1
|
|
|
|
|
3779
|
|
|
1
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
3523
|
|
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
2
|
|
|
2
|
|
|
|
|
12
|
|
|
2
|
|
|
|
|
13
|
|
|
2
|
|
|
|
|
8
|
|
|
1
|
|
|
|
|
190
|
|