line |
true |
false |
branch |
35
|
0 |
6 |
unless $include->type eq "use"
|
36
|
1 |
5 |
if $include->version and "version"->parse($include->version) >= "version"->parse("v5.36")
|
37
|
1 |
4 |
if $include->pragma eq "feature" and $include =~ /\bsignatures\b/
|
38
|
1 |
3 |
if $include->pragma eq "experimental" and $include =~ /\bsignatures\b/
|
39
|
1 |
2 |
if $include->module eq "Mojo::Base" and $include =~ /-signatures\b/
|
40
|
1 |
1 |
if $include->module eq "Mojolicious::Lite" and $include =~ /-signatures\b/
|
41
|
1 |
0 |
if exists $self->{'_signature_enablers'}{$include->module}
|
48
|
2 |
1 |
if $prototype->prototype eq "" or $prototype->prototype =~ /&/
|