| lib/SQL/Admin/Driver/Base/Evaluate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 18 | 55.5 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 0 | 15 | unless ref $def |
| 47 | 3 | 12 | if refarray $def |
| 50 | 12 | 0 | if refhash $def |
| 72 | 0 | 71 | unless refhash $def |
| 73 | 22 | 49 | unless exists $$def{$method} |
| 114 | 1 | 4 | if (refhash $parent and defined $$parent{'size'}) |
| 116 | 0 | 1 | if defined $$parent{'scale'} |
| 582 | 0 | 0 | $columns ? : |
| 609 | 0 | 0 | if $WARN_ON_AUTOLOAD |