Branch Coverage

blib/lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
72 0 0 if $col_info->{$_}{'data_type'}
81 0 0 if $col_info->{$_}{'data_type'} and $col_info->{$_}{'data_type'} =~ /$GUID_TYPE/
91 0 0 unless (defined $guid_method)
98 0 0 if (ref $guid_method eq 'CODE') { }