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