Branch Coverage

blib/lib/MooseX/Attribute/Localize.pm
Criterion Covered Total %
branch 13 20 65.0


line true false branch
36 2 1 if @_
2 0 if @_
38 0 3 unless defined wantarray
0 2 unless defined wantarray
41 0 3 if (my $method = $attr->localize_push)
2 0 if (my $method = $attr->localize_push)
43 0 0 ref $method ? :
1 1 ref $method ? :
80 2 3 if (my $method = $self->attribute->localize_pop)
84 13 1 ref $method ? :