Branch Coverage
blib/lib/Dallycot/AST/Compose.pm
Criterion
Covered
Total
%
branch
0
4
0.0
line
true
false
branch
39
0
0
if
(
grep
{
not
$_
->isa
(
'Dallycot::Value::Lambda'
)
;
}
@functions
)
{
}
0
0
elsif
(
grep
{
1
!=
$_
->min_arity
;
}
@functions
)
{
}