lib/UR/Object/Property/View/DescriptionLineItem/Text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 22 | 54.5 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 7 | unless $property_meta |
20 | 0 | 7 | $property_meta->is_optional ? : |
23 | 7 | 0 | unless ($column_name) |
24 | 0 | 7 | if ($property_meta->via) { } |
0 | 7 | elsif ($property_meta->is_classwide) { } | |
0 | 7 | elsif ($property_meta->is_delegated) { } | |
0 | 7 | elsif ($property_meta->is_calculated) { } | |
34 | 0 | 0 | if ($calc_from and @$calc_from) { } |
45 | 7 | 0 | if (defined $property_meta->data_type) { } |
47 | 6 | 1 | $len ? : |
52 | 2 | 5 | $property_meta->is_id ? : |