| line |
l |
!l&&r |
!l&&!r |
condition |
|
142
|
113 |
21 |
0 |
$iterator_for{$ID} //= ref $container_ref eq "CODE" ? sub {
state $n = 0;
return unless my($next) = &$container_ref();
return $n++, $next;
}
: [&pairs] |
|
193
|
76 |
15 |
0 |
$iterator_for{$ID} //= ref $container_ref eq "CODE" ? sub {
state $n = 0;
return unless my($next) = &$container_ref();
return $n++, $next;
}
: [&kvs] |
|
216
|
0 |
0 |
0 |
$iterator_for{$ID} //= ref $container_ref eq "CODE" ? sub {
state $n = 0;
return unless my($next) = &$container_ref();
return $n++, $next;
}
: [&kvs] |