blib/lib/HH/Unispool/Config/File/Token/Unnumbered/Misc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 42 | 47.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
557 | 315 | 0 | 35 | ref $val and exists $ALLOW_ISA{$name} |
564 | 315 | 0 | 0 | ref $val and exists $ALLOW_REF{$name} |
569 | 0 | 0 | 315 | defined $val and not ref $val |
0 | 0 | 315 | defined $val and not ref $val and exists $ALLOW_RX{$name} | |
576 | 0 | 0 | 0 | not ref $val and exists $ALLOW_VALUE{$name} |
line | l | !l | condition |
---|---|---|---|
829 | 22 | 0 | $self->get_local_system_name || '' |
22 | 0 | $self->get_maximum_delay_time || 0 | |
2 | 20 | $self->get_save_groups || '' | |
22 | 0 | $self->get_date_format->get_date_format || '' | |
0 | 22 | $self->get_start_time_clean_job_hour || 0 | |
6 | 16 | $self->get_start_time_clean_job_minute || 0 | |
0 | 22 | $self->get_maximum_print_file_space || 0 | |
0 | 22 | $self->get_maximum_save_file_space || 0 | |
22 | 0 | $self->get_default_printer || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
549 | 35 | 0 | 315 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} |
0 | 0 | 315 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} | |
315 | 0 | 0 | exists $ALLOW_ISA{$name} or exists $ALLOW_REF{$name} or exists $ALLOW_RX{$name} or exists $ALLOW_VALUE{$name} |