blib/lib/App/mirai/Future.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 16 | 75.0 |
line | true | false | branch |
---|---|---|---|
51 | 0 | 5 | if @_ |
142 | 1 | 10 | if (exists $FUTURE_MAP{$f}) |
143 | 1 | 0 | exists $$f{'subs'} ? : |
155 | 0 | 10 | exists $$f{'subs'} ? : |
177 | 4 | 1 | $$f{'cancelled'} ? : |
2 | 5 | $$f{'failure'} ? : | |
208 | 9 | 1 | unless ($sub and $sub eq 'Future::_new_dependent') |
226 | 0 | 3 | unless exists $FUTURE_MAP{$_} |