Branch Coverage

blib/lib/Danga/Socket/Callback.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
13 0 0 unless ref $self
17 0 0 if $args{$field}
20 0 0 if ($$self{'on_read_ready'})
24 0 0 if ($$self{'on_write_ready'})
34 0 0 if (my $code = $$self{'on_read_ready'})
42 0 0 if (my $code = $$self{'on_write_ready'}) { }
52 0 0 if (my $code = $$self{'on_signal_hup'})
60 0 0 if (my $code = $$self{'on_error'})