line |
true |
false |
branch |
196
|
0 |
88 |
unless $type->$Types::SQL::Util::_isa("Type::Tiny") |
200
|
87 |
1 |
$type->has_parent ? : |
202
|
46 |
42 |
if ($type->is_anon and $parent) |
207
|
16 |
72 |
if ($methods and $methods->{'dbic_column_info'}) |
211
|
35 |
37 |
$type->library ? : |
213
|
29 |
43 |
if (my $code = $from->{$name}) |
214
|
29 |
0 |
if (my(%info) = &$code($type)) |
219
|
2 |
41 |
if ($type->isa("Type::Tiny::Enum")) |
230
|
39 |
2 |
if (my $parent_lib = $parent->$Types::SQL::Util::_call_if_can("library")) |
231
|
36 |
3 |
if (my $code = $FROM_PARENT{$parent_lib}{$name}) |
232
|
35 |
1 |
if (my(%info) = &$code($type)) |
238
|
5 |
1 |
if ($parent) |
240
|
1 |
4 |
if @info |