Condition Coverage

blib/lib/Event/RPC/Connection.pm
Criterion Covered Total %
condition 0 37 0.0


and 3 conditions

line !l l&&!r l&&r condition
132 0 0 0 $request eq '' and $error eq ''
147 0 0 0 $server->get_auth_required and not $self->get_is_authenticated
316 0 0 0 $self->get_server->get_auto_reload_modules and ($mtime = (stat $load_class_info->{'filename'})[9]) > $load_class_info->{'mtime'}
388 0 0 0 defined $self->get_classes->{$class} and defined $self->get_classes->{$class}{$method}
432 0 0 0 ref $rc and not ref($rc) =~ /ARRAY|HASH|SCALAR/
448 0 0 0 ref $val and not ref($val) =~ /ARRAY|HASH|SCALAR/
464 0 0 0 ref $val and not ref($val) =~ /ARRAY|HASH|SCALAR/

or 2 conditions

line l !l condition
129 0 0 eval { do { $message->read } } || ''
339 0 0 $mtime ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
136 0 0 0 $request eq "DISCONNECT\n" or $error =~ /DISCONNECTED/
263 0 0 0 not defined $self->get_classes->{$class}{$class_method} or $self->get_classes->{$class}{$class_method} ne '_constructor'
316 0 0 0 not $load_class_info or $self->get_server->get_auto_reload_modules and ($mtime = (stat $load_class_info->{'filename'})[9]) > $load_class_info->{'mtime'}
364 0 0 0 $self->get_loaded_classes->{$class} ||= $load_class_info