File Coverage

blib/lib/Bubblegum/Object/Float.pm
Criterion Covered Total %
statement 4 6 66.6
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 8 75.0


line stmt bran cond sub pod time code
1             package Bubblegum::Object::Float;
2              
3 1     1   504 use 5.10.0;
  1         3  
  1         49  
4 1     1   1153 use namespace::autoclean;
  0            
  0            
5              
6             use Bubblegum::Class 'with';
7              
8             with 'Bubblegum::Object::Role::Value';
9              
10             our @ISA = (); # non-object
11              
12             our $VERSION = '0.44'; # VERSION
13              
14             # needs formatting routines ... not implemented yet
15              
16             1;