| blib/lib/Csistck/Test.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 16 | 56.2 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 4 | 0 | if ref $func eq 'CODE' |
| 40 | 2 | 23 | unless ($self->can($mode)) |
| 46 | 17 | 0 | if $self->can('check') |
| 47 | 6 | 0 | if $self->can('repair') |
| 48 | 0 | 0 | if $self->can('diff') |
| 55 | 0 | 23 | if ($@) |
| 63 | 23 | 0 | if (blessed $ret and $ret->isa('Csistck::Test::Return')) { } |
| 64 | 15 | 8 | if ($ret->resp) { } |