line |
true |
false |
branch |
19
|
0 |
0 |
ref $_[0] eq 'HASH' ? :
|
23
|
0 |
0 |
if (ref $symbol eq 'ARRAY')
|
32
|
0 |
0 |
if (my $attr = $caller->meta->find_attribute_by_name($symbol)) { }
|
37
|
0 |
0 |
if defined $sub and not ref $sub
|
40
|
0 |
0 |
if ($attr->is_required and $attr->has_default) { }
|
|
0 |
0 |
elsif ($attr->is_required and exists $args{'default'}) { }
|
|
0 |
0 |
elsif ($attr->is_required) { }
|
48
|
0 |
0 |
unless ($caller->can('BUILDARGS'))
|
56
|
0 |
0 |
ref $args{'default'} eq 'CODE' ? :
|
57
|
0 |
0 |
if (@args == 1 and ref $args[0] eq 'HASH') { }
|
91
|
0 |
0 |
if $m ~~ [@subs]
|