| blib/lib/OPTIMADE/Filter/Property.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 24 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 851 | 1 | if $lc_name =~ /^$identifier_re$/ |
| 42 | 1 | 99 | unless $options |
| 47 | 100 | 0 | unless $delim |
| 51 | 0 | 100 | if (@$self > 2) |
| 59 | 99 | 1 | if (wantarray) { } |
| 77 | 0 | 943 | if not @$self |
| 84 | 0 | 1 | unless builtin::blessed($b) |
| 85 | 0 | 1 | unless $b->isa("OPTIMADE::Filter::Property") |
| 87 | 0 | 1 | if @$a != @$b |
| 89 | 0 | 2 | if defined $a->[$i] ^ defined $b->[$i] |
| 90 | 0 | 2 | unless defined $a->[$i] |
| 91 | 0 | 2 | if $a->[$i] ne $b->[$i] |