blib/lib/Data/InputMonster.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 24 | 54.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
16 | 0 | 0 | 1 | $arg and keys %$arg == 1 |
0 | 0 | 1 | $arg and keys %$arg == 1 and exists $$arg{'fields'} | |
29 | 0 | 0 | 3 | $$spec{'sources'} and ref $$spec{'sources'} eq 'ARRAY' |
32 | 2 | 1 | 0 | $$spec{'filter'} and ref $$spec{'filter'} ne 'CODE' |
35 | 0 | 3 | 0 | $$spec{'check'} and ref $$spec{'check'} ne 'CODE' |
38 | 2 | 1 | 0 | $$spec{'store'} and ref $$spec{'store'} ne 'CODE' |
line | l | !l | condition |
---|---|---|---|
41 | 0 | 3 | ref $$spec{'default'} || 'CODE' |
48 | 2 | 2 | $arg ||= {} |
79 | 5 | 1 | &$checker() or next SOURCE |