| lib/UR/Namespace/Command/Old.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 11 | 81.8 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 5 | 60.0 |
| pod | 0 | 1 | 0.0 |
| total | 12 | 17 | 70.5 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package UR::Namespace::Command::Old; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 23 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 28 | ||||||
| 4 | 1 | 1 | 3 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 14 | ||||||
| 5 | 1 | 1 | 4 | use UR; | |||
| 1 | 1 | ||||||
| 1 | 3 | ||||||
| 6 | our $VERSION = "0.46"; # UR $VERSION; | ||||||
| 7 | |||||||
| 8 | UR::Object::Type->define( | ||||||
| 9 | class_name => __PACKAGE__, | ||||||
| 10 | is => 'UR::Namespace::Command::Base', | ||||||
| 11 | doc => "deprecated commands for namespaces, data sources and classes", | ||||||
| 12 | ); | ||||||
| 13 | |||||||
| 14 | 0 | 0 | sub _is_hidden_in_docs { 1 } | ||||
| 15 | |||||||
| 16 | 0 | 0 | 0 | sub shell_args_description { "[namespace|...]"; } | |||
| 17 | |||||||
| 18 | 1; | ||||||
| 19 |