Branch Coverage

blib/lib/Data/Thunk/Object.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
41 1 0 if (my $class = $self->$get_field('class')) { }
57 0 2 if (my $class = $self->$get_field('class')) { }
0 0 if (my $class = $self->$get_field('class')) { }
1 5 if (my $class = $self->$get_field('class')) { }
1 2 if (my $class = $self->$get_field('class')) { }
72 1 0 unless ($method =~ qr/^(?: class | code )$/)
75 0 1 if ($exists)
76 0 0 if (CORE::ref $value and &reftype($value) eq 'CODE') { }