| line | true | false | branch | 
 
| 65 | 0 | 0 | unless (defined $response and defined $$response{'tags'}) | 
 
| 103 | 0 | 0 | if not defined $args{$arg} or $args{$arg} eq '' | 
 
| 115 | 0 | 0 | unless (defined $response and defined $$response{'tags'}) | 
 
| 168 | 0 | 0 | if not defined $args{$arg} or $args{$arg} eq '' | 
 
| 182 | 0 | 0 | unless (defined $response and defined $$response{'tags'}) | 
 
| 233 | 0 | 0 | if not defined $args{$arg} or $args{$arg} eq '' | 
 
| 247 | 0 | 0 | unless (defined $response and defined $$response{'tags'}) | 
 
| 284 | 0 | 0 | if not defined $args{$arg} or $args{$arg} eq '' | 
 
| 314 | 0 | 0 | unless (Data::Validate::Type::is_arrayref($args{'tags'})) | 
 
| 323 | 0 | 0 | unless $tag =~ /^[a-zA-Z]/ | 
 
| 327 | 0 | 0 | if length $tag > 200 | 
 
| 332 | 0 | 0 | if $tag =~ /^\S+:\S+:/ |