File Coverage

blib/lib/Bubblegum/Object/Float.pm
Criterion Covered Total %
statement 7 9 77.7
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 12 83.3


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