| blib/lib/Devel/Chitin/Actionable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 22 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 0 | $dbline{$line} && $dbline{$line}{$type} |
| 102 | 0 | 0 | 0 | $bp_info and $bp_info->{$type} |
| 107 | 0 | 0 | 0 | $file eq $its_file and $line == $its_line |
| 0 | 0 | 0 | $file eq $its_file and $line == $its_line and $code eq $its_code | |
| 0 | 0 | 0 | $file eq $its_file and $line == $its_line and $code eq $its_code and defined $self_ref ? $self_ref eq $bp_list->[$i] : 1 |
| line | l | !l | condition |
|---|---|---|---|
| 80 | 0 | 0 | $dbline{$self->line} ||= {} |
| 82 | 0 | 0 | $bp_info->{$type} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 136 | 0 | 0 | 0 | ref $class || $class |