| blib/lib/UR/Object/Command/UpdateTree.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::Object::Command::UpdateTree; | ||||||
| 2 | |||||||
| 3 | 11 | 11 | 4607 | use strict; | |||
| 11 | 32 | ||||||
| 11 | 405 | ||||||
| 4 | 11 | 11 | 70 | use warnings 'FATAL'; | |||
| 11 | 25 | ||||||
| 11 | 788 | ||||||
| 5 | |||||||
| 6 | class UR::Object::Command::UpdateTree { | ||||||
| 7 | is => 'Command::Tree', | ||||||
| 8 | doc => 'CRUD update tree class.', | ||||||
| 9 | }; | ||||||
| 10 | |||||||
| 11 | 1; |