blib/lib/SilverGoldBull/API/Order.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 SilverGoldBull::API::Order; | ||||||
2 | |||||||
3 | 1 | 1 | 3218 | use strict; | |||
1 | 2 | ||||||
1 | 28 | ||||||
4 | 1 | 1 | 4 | use warnings; | |||
1 | 1 | ||||||
1 | 22 | ||||||
5 | |||||||
6 | 1 | 1 | 175 | use Mouse; | |||
0 | |||||||
0 | |||||||
7 | with qw(SilverGoldBull::API::OrderRole SilverGoldBull::API::CommonMethodsRole); | ||||||
8 | |||||||
9 | 1; |