blib/lib/Metabrik/Api/Bluecoat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
42 | 0 | 0 | unless $self->brik_help_run_undef_arg("category", $uri) |
45 | 0 | 0 | unless ($uri =~ m[^(?:http|ftp)://]) |
51 | 0 | 0 | unless my $r = $self->post({"url", $uri}, "http://sitereview.bluecoat.com/rest/categorization") |
56 | 0 | 0 | unless my $sj = "Metabrik::String::Json"->new_from_brik_init($self) |
57 | 0 | 0 | unless my $decode = $sj->decode($content) |
60 | 0 | 0 | if (exists $decode->{'categorization'}) { } |
63 | 0 | 0 | if (not $category) { } |