| lib/PlantUML/ClassDiagram/Class/Factory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 4 | 49 | if $class->_check_is_separator($string) |
| 16 | 1 | 48 | if $class->_check_is_comment($string) |
| 18 | 17 | 31 | if $class->_check_is_method($string) |
| 19 | 21 | 10 | if $class->_check_is_variable($string) |
| 27 | 4 | 49 | if $string =~ /(--|__|==|\.\.)/ |
| 34 | 1 | 48 | if $string =~ /'.*'/ |
| 41 | 17 | 31 | if $string =~ /\w+\(.*\)/ |
| 48 | 21 | 10 | if $string =~ /\w+/ |