File Coverage

blib/lib/UR/Value/View/Default/Json.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::Value::View::Default::Json;
2 1     1   57 use strict;
  1         1  
  1         28  
3 1     1   3 use warnings;
  1         1  
  1         25  
4 1     1   4 use UR;
  1         2  
  1         5  
5              
6             # These Values inherit from Text which inherits from UR::Object::View::Default::Text
7             class UR::Value::View::Default::Json {
8             is => 'UR::Value::View::Default::Text',
9             };
10              
11             1;