Condition Coverage

blib/lib/DBIx/Class/DateTime/Epoch.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
42 0 2 4 exists $info->{'inflate_datetime'} and $info->{'inflate_datetime'} eq 'epoch'
50 0 1 2 exists $info->{'inflate_datetime'} and $info->{'inflate_datetime'} eq 'epoch'

or 3 conditions

line l !l&&r !l&&!r condition
42 10 0 6 $info->{'data_type'} =~ /int/i or exists $info->{'inflate_datetime'} and $info->{'inflate_datetime'} eq 'epoch'
50 8 0 3 $info->{'data_type'} =~ /int/i or exists $info->{'inflate_datetime'} and $info->{'inflate_datetime'} eq 'epoch'