| line | % | coverage | condition |
| 262 | 100 | | defined $string and length $string |
| 400 | 67 | | $params->{'cache_file'} // $config{'cache_file'} |
| 401 | 67 | | $params->{'cache_duration'} // $config{'cache_duration'} |
| 402 | 67 | | $params->{'vocab_url'} // $config{'vocab_url'} |
| 403 | 67 | | $params->{'ua_timeout'} // $config{'ua_timeout'} |
| 409 | 100 | | -e $cache_file and time - (stat $cache_file)[9] < $cache_duration |
| 457 | 100 | | exists $data->{$AT_GRAPH} and ref $data->{$AT_GRAPH} eq "ARRAY" |
| 574 | 100 | | $item->{$RDFS_LABEL} // $item->{$RDFS_LABEL_FULL} |
| 621 | 67 | | $classes{$short} //= $item |
| 632 | 67 | | $props{$short} //= $item |