| blib/lib/Metabrik/Lookup/Ethernet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 67 | 0 | 0 | unless $self->brik_help_run_undef_arg('from_hex', $hex) |
| 70 | 0 | 0 | unless ($hex =~ /^[0-9a-f]+$/i) |
| 82 | 0 | 0 | unless $self->brik_help_run_undef_arg('from_dec', $dec) |
| 84 | 0 | 0 | unless ($dec =~ /^[0-9]+$/) |
| 96 | 0 | 0 | unless $self->brik_help_run_undef_arg('from_string', $string) |