File Coverage

blib/lib/Net/OSCAR/Callbacks/19/start_buddylist_modifications.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::Callbacks;
2             BEGIN {
3 1     1   31 $Net::OSCAR::Callbacks::VERSION = '1.928';
4             }
5 1     1   9 use strict;
  1         3  
  1         50  
6 1     1   7 use warnings;
  1         1  
  1         44  
7 1     1   5 use vars qw($connection $snac $conntype $family $subtype $data $reqid $reqdata $session $protobit %data);
  1         3  
  1         167  
8             sub {
9              
10             # Someone else is modifying our buddylist.
11             # Lock it so that commit_buddylist() is deferred.
12             $session->{__BLI_locked} = 1;
13              
14             };