File Coverage

lib/UR/Namespace/Command/Sys.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 UR::Namespace::Command::Sys;
2 1     1   23 use warnings;
  1         1  
  1         37  
3 1     1   4 use strict;
  1         1  
  1         19  
4 1     1   3 use UR;
  1         1  
  1         6  
5             our $VERSION = "0.46"; # UR $VERSION;
6              
7             UR::Object::Type->define(
8             class_name => __PACKAGE__,
9             is => 'UR::Namespace::Command::Base',
10             doc => 'service launchers'
11             );
12              
13             1;