File Coverage

blib/lib/UR/Object/Set/View/Default/Json.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              
2             package UR::Object::Set::View::Default::Json;
3              
4 1     1   58 use strict;
  1         1  
  1         33  
5 1     1   3 use warnings;
  1         1  
  1         80  
6             require UR;
7             our $VERSION = "0.46"; # UR $VERSION;
8              
9             class UR::Object::Set::View::Default::Json {
10             is => 'UR::Object::View::Default::Json',
11             has_constant => [
12             default_aspects => {
13             value => [
14             'rule_display',
15             'members'
16             ]
17             }
18             ]
19             };
20              
21             1;