Branch Coverage

blib/lib/Data/Object/Integer.pm
Criterion Covered Total %
branch 2 4 50.0


line true false branch
29 37 0 unless (blessed $data and $data->isa($class))
30 0 37 unless defined $data and not ref $data and looks_like_number $data