| blib/lib/Moose/Meta/Method/Destructor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 10 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 1 | 744 | unless ref $options{'options'} eq "HASH" |
| 26 | 1 | 743 | unless $options{'package_name'} and $options{'name'} |
| 61 | 1 | 758 | unless &blessed($metaclass) and $metaclass->isa("Class::MOP::Class") |
| 89 | 0 | 743 | if $self->options->{'debug'} |
| 117 | 733 | 9 | unless @methods |