lib/UR/Value/Number.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package UR::Value::Number; | ||||||
2 | 151 | 151 | 5137 | use strict; | |||
151 | 219 | ||||||
151 | 4173 | ||||||
3 | 151 | 151 | 523 | use warnings; | |||
151 | 193 | ||||||
151 | 9435 | ||||||
4 | require UR; | ||||||
5 | our $VERSION = "0.46"; # UR $VERSION; | ||||||
6 | |||||||
7 | UR::Object::Type->define( | ||||||
8 | class_name => 'UR::Value::Number', | ||||||
9 | is => ['UR::Value'], | ||||||
10 | ); | ||||||
11 | |||||||
12 | 1; |