blib/lib/EntityModel/BaseClass.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 8 | 0.0 |
line | l | !l | condition |
---|---|---|---|
24 | 0 | 0 | $_ // 'undef' |
35 | 0 | 0 | ref $v // '' |
68 | 0 | 0 | shift() || sub { my $k = shift(); my $depth = shift(); my $v = shift() // ''; print ' ' x $depth . "$k = $v\n"; } |
69 | 0 | 0 | shift() // 0 |