| blib/lib/Test/Kantan/Reporter/Spec.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 14 | 21.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 3 | 0 | 0 | $encoding =~ /utf-?8/i && !$ENV{'KANTAN_ASCII'} |
| 68 | 5 | 0 | 0 | $orig_fail_cnt != $self->state->fail_cnt and @$messages |
| line | l | !l | condition |
|---|---|---|---|
| 200 | 0 | 0 | $self->caller->filename // '-' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 133 | 0 | 0 | 2 | not $self->state->is_passing or $ENV{'KANTAN_VERBOSE'} |
| 209 | 0 | 0 | 0 | $cutoff // $self->reporter->cutoff |