blib/lib/Authen/SASL/Perl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 35 | 48.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 0 | 0 | 18 | eval "require $_;" && $_->can('_secflags') |
180 | 0 | 0 | 0 | defined $self->property("ssf") and $self->property("ssf") > 0 |
205 | 0 | 0 | 0 | $fh->can("blocking") and not $fh->blocking |
line | l | !l | condition |
---|---|---|---|
28 | 18 | 0 | $service || '' |
18 | 0 | $host || '' | |
0 | 18 | $parent->{'debug'} || 0 | |
48 | 10 | 26 | $secflags || '' |
54 | 36 | 0 | $service || '' |
35 | 1 | $host || '' | |
0 | 36 | $parent->{'debug'} || 0 | |
109 | 170 | 20 | $self->{'property'} ||= {} |
271 | 0 | 0 | $offset || 0 |
335 | 0 | 0 | $offset || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 74 | 18 | 0 | $have{$_} ||= eval "require $_;" && $_->can('_secflags') ? 1 : -1 |
97 | 29 | 8 | 17 | $self->code || $self->need_step |