| line |
true |
false |
branch |
|
280
|
39 |
0 |
defined $_[0] ? : |
|
283
|
0 |
39 |
unless ref $opt eq 'HASH' |
|
286
|
39 |
0 |
if exists $$opt{'description'} |
|
299
|
0 |
0 |
unless (exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name}) |
|
307
|
0 |
125 |
if (ref $val and exists $ALLOW_ISA{$name}) |
|
309
|
0 |
0 |
if &UNIVERSAL::isa($val, $class) |
|
314
|
0 |
125 |
if (ref $val and exists $ALLOW_REF{$name}) |
|
315
|
0 |
0 |
if exists $ALLOW_REF{$name}{ref $val} |
|
319
|
125 |
0 |
if (not ref $val and exists $ALLOW_RX{$name}) |
|
321
|
125 |
0 |
if $val =~ /$rx/ |
|
326
|
0 |
0 |
if (not ref $val and exists $ALLOW_VALUE{$name}) |
|
327
|
0 |
0 |
if exists $ALLOW_VALUE{$name}{$val} |
|
350
|
0 |
86 |
unless defined $number |
|
356
|
86 |
0 |
if $description |
|
364
|
0 |
125 |
unless &_value_is_allowed('description', $val) |