| blib/lib/Mojo/Weixin/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 0 | 0 | 105 | my $class = ref $self || $self and $attrs |
| 31 | 78 | 27 | 0 | ref $value and ref $value ne 'CODE' |
| 67 | 0 | 5 | 2 | my $file = $flag and not $flag->can('new') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 29 | 0 | 105 | 0 | ref $self || $self |
| 93 | 0 | 0 | 0 | ref $class || $class |