| blib/lib/Test/Workflow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 19 | 52.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 505 | 0 | 776 | &blessed($layer) and &blessed($layer)->isa('Test::Workflow::Layer') |
| 165 | 0 | 0 | 0 | $_->start_line <= $specific and $_->end_line >= $specific |
| line | l | !l | condition |
|---|---|---|---|
| 111 | 0 | 1 | $instance ||= bless({}, $caller) |
| 116 | 22 | 113 | $instance->TEST_WORKFLOW->test_sort || 'rand' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 242 | 102 | 0 | 231 | @before_all or @after_all |
| 102 | 0 | 231 | @before_all or @after_all or @around_all | |
| 0 | 0 | 231 | @before_all or @after_all or @around_all or @control |