Condition Coverage

lib/Devel/Trepan/SigHandler.pm
Criterion Covered Total %
condition 12 21 57.1


and 3 conditions

line !l l&&!r l&&r condition
263 0 8 78 defined $sig->{'handle'} and $current_handler ne $sig->{'handle'}
479 0 0 0 exists $self->{'print_fn'} and $self->{'print_fn'}
503 0 0 0 $@ and $^W

or 3 conditions

line l !l&&r !l&&!r condition
184 3 1 0 $errprint_fn || $print_fn
3 1 0 $secprint_fn || $print_fn
202 4 4 264 $signame eq 'CHLD' or $signame eq 'CLD'
263 186 78 8 not defined $current_handler or defined $sig->{'handle'} and $current_handler ne $sig->{'handle'}