File Coverage

blib/lib/Net/OSCAR/ServerCallbacks/1/rate_info_request.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package Net::OSCAR::ServerCallbacks;
2             BEGIN {
3 1     1   23 $Net::OSCAR::ServerCallbacks::VERSION = '1.928';
4             }
5 1     1   7 use strict;
  1         2  
  1         29  
6 1     1   5 use warnings;
  1         3  
  1         33  
7 1     1   6 use vars qw($SESSIONS $SCREENNAMES %COOKIES $screenname $connection $snac $conntype $family $subtype $data $reqid $reqdata $session $protobit %data);
  1         2  
  1         181  
8             sub {
9              
10             $connection->proto_send(reqid => $reqid, protobit => "rate_info_response", protodata => {
11             classes => [],
12             classmembers => []
13             });
14              
15             };
16