Condition Coverage

blib/lib/DBIx/Class/InflateColumn/Object/Enum.pm
Criterion Covered Total %
condition 11 21 52.3


and 3 conditions

line !l l&&!r l&&r condition
83 15 15 0 defined $info->{'is_enum'} and $info->{'is_enum'}
90 0 0 15 defined $info->{'extra'} and ref $info->{'extra'} eq 'HASH'
0 0 15 defined $info->{'extra'} and ref $info->{'extra'} eq 'HASH' and defined $info->{'extra'}{'list'}
98 0 15 0 exists $info->{'is_nullable'} and $info->{'is_nullable'}
9 6 0 exists $info->{'is_nullable'} and $info->{'is_nullable'} and not $info->{'default_value'}
105 6 6 3 defined $info->{'default_value'} and not exists $values{$info->{'default_value'}}
115 0 4 0 exists $info->{'is_nullable'} and $info->{'is_nullable'}