| blib/lib/Authen/SASL/Perl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 35 | 45.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 58 | 0 | 0 | 17 | eval "require $_;" && $_->can('_secflags') |
| 179 | 0 | 0 | 0 | defined $self->property('ssf') and $self->property('ssf') > 0 |
| 204 | 0 | 0 | 0 | $fh->can('blocking') and not $fh->blocking |
| line | l | !l | condition |
|---|---|---|---|
| 24 | 18 | 0 | $service || '' |
| 18 | 0 | $host || '' | |
| 0 | 18 | $$parent{'debug'} || 0 | |
| 47 | 8 | 25 | $secflags || '' |
| 50 | 33 | 0 | $service || '' |
| 33 | 0 | $host || '' | |
| 0 | 33 | $$parent{'debug'} || 0 | |
| 108 | 170 | 20 | $$self{'property'} ||= {} |
| 270 | 0 | 0 | $offset || 0 |
| 333 | 0 | 0 | $offset || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 58 | 72 | 17 | 0 | $have{$_} ||= eval "require $_;" && $_->can('_secflags') ? 1 : -1 |
| 96 | 29 | 8 | 17 | $self->code || $self->need_step |