blib/lib/Data/InputMonster.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 24 | 54.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
34 | 0 | 0 | 1 | $arg and keys %$arg == 1 |
0 | 0 | 1 | $arg and keys %$arg == 1 and exists $arg->{'fields'} | |
47 | 0 | 0 | 3 | $spec->{'sources'} and ref $spec->{'sources'} eq 'ARRAY' |
50 | 2 | 1 | 0 | $spec->{'filter'} and ref $spec->{'filter'} ne 'CODE' |
53 | 0 | 3 | 0 | $spec->{'check'} and ref $spec->{'check'} ne 'CODE' |
56 | 2 | 1 | 0 | $spec->{'store'} and ref $spec->{'store'} ne 'CODE' |
line | l | !l | condition |
---|---|---|---|
59 | 0 | 3 | ref $spec->{'default'} || 'CODE' |
79 | 2 | 2 | $arg ||= {} |
110 | 5 | 1 | &$checker() or next SOURCE |