Branch Coverage

blib/lib/Data/DefGen.pm
Criterion Covered Total %
branch 10 18 55.5


line true false branch
35 19 0 unless UNIVERSAL::isa($$self{'obj_cloner'}, 'CODE')
47 21 74 if (defined blessed($_[0]))
49 21 0 if ($_[0]->isa(ref $self)) { }
51 0 21 if ref $_[0]{'data'} ne 'CODE'
63 35 39 unless $type
64 7 32 if $type eq 'HASH'
65 32 0 if $type eq 'ARRAY'
66 0 0 if $type eq 'SCALAR'
67 0 0 if $type eq 'REF'