| lib/PlantUML/ClassDiagram/Class.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 18 | 88.8 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 7 | 3 | $variables && scalar @$variables ? : |
| 9 | 1 | $methods && scalar @$methods ? : | |
| 7 | 3 | $relations && scalar @$relations ? : | |
| 47 | 10 | 34 | unless $instance |
| 49 | 20 | 14 | if $instance->is_variable |
| 50 | 14 | 20 | if $instance->is_method |
| 80 | 66 | 10 | unless $_->get_from eq $class_name |
| 89 | 2 | 3 | if $_->get_name eq 'generalization' |
| 99 | 0 | 0 | $self->get_attribute eq 'abstract' ? : |