| blib/lib/Mail/Alias/Reader/Token.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 18 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 72 | 274 | 1190 | if $$self{'type'} eq $type |
| 188 | 6 | 4 | if ($value) |
| 207 | 4 | 6 | if exists $FORMATTERS{$$self{'type'}} |
| 211 | 2 | 4 | if ($self->is_directive) { } |
| 2 | 2 | elsif ($self->is_command) { } | |
| 225 | 2 | 4 | if $ret =~ /\s/ |
| 252 | 1063 | 203 | unless $buf =~ s/^$$type[1]// |
| 258 | 2 | 201 | if ($$type[0] eq 'T_DIRECTIVE') { } |
| 321 | 3 | 197 | if ($token->isa('T_STRING')) |