File Coverage

lib/UR/Context/DefaultRoot.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::Context::DefaultRoot;
2 266     266   2407 use strict;
  266         357  
  266         6897  
3 266     266   854 use warnings;
  266         312  
  266         16605  
4              
5             require UR;
6             our $VERSION = "0.46"; # UR $VERSION;
7              
8             UR::Object::Type->define(
9             class_name => 'UR::Context::DefaultRoot',
10             is => ['UR::Context::Root'],
11             doc => 'The base context used when no special base context is specified.',
12             );
13              
14             1;
15              
16             =pod
17              
18             =head1 NAME
19              
20             UR::Context::DefaultRoot - The base context used when no special base context is specified
21              
22             =cut