line |
true |
false |
branch |
35
|
0 |
1 |
*{$_;}{'CODE'} ? :
|
39
|
0 |
1 |
*{$_;}{'CODE'} ? :
|
50
|
0 |
4 |
ref $_[0] ? :
|
53
|
0 |
4 |
@_ == 1 ? :
|
|
0 |
4 |
$meta->{'HAS_BUILDARGS'} ? :
|
58
|
0 |
4 |
exists $args->{'foo'} ? :
|
62
|
0 |
4 |
exists $args->{'foo2'} ? :
|
66
|
1 |
3 |
if (exists $args->{'xxxx'})
|
70
|
0 |
4 |
unless $meta->{'BUILD'}
|
|
0 |
4 |
if not $no_build and @{[] unless $meta->{'BUILD'};}
|
73
|
3 |
1 |
if @unknown
|
82
|
0 |
0 |
unless $meta->{'BUILD'}
|
90
|
4 |
0 |
defined ${^GLOBAL_PHASE} ? :
|
93
|
0 |
4 |
unless $meta->{'DEMOLISH'}
|
100
|
0 |
0 |
if $e
|
160
|
0 |
7 |
if exists $DOES{$role}
|
161
|
0 |
7 |
if $role eq "MyTestXX"
|
162
|
0 |
7 |
if ($INC{'Moose/Util.pm'} and my $meta = Moose::Util::find_meta(ref $self || $self))
|
163
|
0 |
0 |
if $meta->can("does_role") and $meta->does_role($role)
|