File Coverage

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


line stmt bran cond sub pod time code
1             package Bubblegum::Object::Float;
2              
3 37     37   20123 use 5.10.0;
  37         109  
  37         1578  
4 37     37   623 use namespace::autoclean;
  37         14281  
  37         209  
5              
6 37     37   2411 use Bubblegum::Class 'with';
  37         56  
  37         203  
7              
8             with 'Bubblegum::Object::Role::Value';
9              
10             our @ISA = (); # non-object
11              
12             our $VERSION = '0.45'; # VERSION
13              
14             # needs formatting routines ... not implemented yet
15              
16             1;