blib/lib/Test/TAP/Model/Subtest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 57 | unless $$struct{'type'} eq 'test' |
37 | 1 | 3 | unless $${$_[0];}{'diag'} |
38 | 0 | 1 | unless $${$_[0];}{'line'} |
42 | 0 | 13 | unless $${$_[0];}{'pos'} |
45 | 4 | 0 | $_[0]->pos =~ /(?:file\s+|^)?(\S+?)[\s[:punct:]]*(?:\s+|$)/ ? : |
46 | 4 | 0 | $_[0]->pos =~ /line\s+(\d+)/i ? : |
47 | 3 | 1 | $_[0]->pos =~ /column?\s+(\d+)/ ? : |
53 | 2 | 1 | if ($self->actual_ok xor $other->actual_nok) and ($self->skipped xor not $other->skipped) |