|  line  | 
 stmt  | 
 bran  | 
 cond  | 
 sub  | 
 pod  | 
 time  | 
 code  | 
| 
1
 | 
  
 
  
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
2
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 # Created on: 2014-09-05 04:34:42  | 
| 
3
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 # Create by:  Ivan Wills  | 
| 
4
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 # $Id$  | 
| 
5
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 # $Revision$, $HeadURL$, $Date$  | 
| 
6
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 # $Revision$, $Source$, $Date$  | 
| 
7
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
8
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 use strict;  | 
| 
9
 | 
23
 | 
 
 | 
 
 | 
  
23
  
 | 
 
 | 
4997
 | 
 use warnings;  | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
54
 | 
    | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
630
 | 
    | 
| 
10
 | 
23
 | 
 
 | 
 
 | 
  
23
  
 | 
 
 | 
110
 | 
 use version;  | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
40
 | 
    | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
603
 | 
    | 
| 
11
 | 
23
 | 
 
 | 
 
 | 
  
23
  
 | 
 
 | 
100
 | 
 use Carp qw/carp croak cluck confess longmess/;  | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
44
 | 
    | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
140
 | 
    | 
| 
12
 | 
23
 | 
 
 | 
 
 | 
  
23
  
 | 
 
 | 
1457
 | 
 use Data::Dumper qw/Dumper/;  | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
54
 | 
    | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
1354
 | 
    | 
| 
13
 | 
23
 | 
 
 | 
 
 | 
  
23
  
 | 
 
 | 
218
 | 
 use English qw/ -no_match_vars /;  | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
100
 | 
    | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
1018
 | 
    | 
| 
14
 | 
23
 | 
 
 | 
 
 | 
  
23
  
 | 
 
 | 
128
 | 
 use base qw/Exporter/;  | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
65
 | 
    | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
192
 | 
    | 
| 
15
 | 
23
 | 
 
 | 
 
 | 
  
23
  
 | 
 
 | 
7650
 | 
    | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
49
 | 
    | 
| 
 
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
14653
 | 
    | 
| 
16
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 our $VERSION     = version->new(1.1.19);  | 
| 
17
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 our @EXPORT_OK   = qw//;  | 
| 
18
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 our %EXPORT_TAGS = ();  | 
| 
19
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 #our @EXPORT      = qw//;  | 
| 
20
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 my $git;  | 
| 
21
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
22
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     my $class = shift;  | 
| 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     my %param = @_;  | 
| 
24
 | 
23
 | 
 
 | 
 
 | 
  
23
  
 | 
  
1
  
 | 
50
 | 
     my $self  = \%param;  | 
| 
25
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
55
 | 
     $self->{data} = [];  | 
| 
26
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
46
 | 
    | 
| 
27
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
74
 | 
     bless $self, $class;  | 
| 
28
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
29
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
56
 | 
     return $git = $self;  | 
| 
30
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 }  | 
| 
31
 | 
23
 | 
 
 | 
 
 | 
 
 | 
 
 | 
203
 | 
    | 
| 
32
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     return $git || __PACKAGE__->new;  | 
| 
33
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 }  | 
| 
34
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
35
 | 
23
 | 
 
 | 
  
 33
  
 | 
  
23
  
 | 
  
1
  
 | 
375
 | 
     my $self = shift;  | 
| 
36
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     confess "Data not Hashes!\n" . Dumper(\@_) if @_ && ref $_[0] ne 'HASH';  | 
| 
37
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     push @{ $self->{data} }, @_;  | 
| 
38
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 }  | 
| 
39
 | 
118
 | 
 
 | 
 
 | 
  
118
  
 | 
  
1
  
 | 
9744
 | 
    | 
| 
40
 | 
118
 | 
  
 50
  
 | 
  
 66
  
 | 
 
 | 
 
 | 
712
 | 
     my $self = shift;  | 
| 
41
 | 
118
 | 
 
 | 
 
 | 
 
 | 
 
 | 
215
 | 
     @{ $self->{data} } = ();  | 
| 
 
 | 
118
 | 
 
 | 
 
 | 
 
 | 
 
 | 
380
 | 
    | 
| 
42
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 }  | 
| 
43
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
44
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 our $AUTOLOAD;  | 
| 
45
 | 
111
 | 
 
 | 
 
 | 
  
111
  
 | 
  
1
  
 | 
4660
 | 
     my $self = shift;  | 
| 
46
 | 
111
 | 
 
 | 
 
 | 
 
 | 
 
 | 
199
 | 
     my $called =  $AUTOLOAD;  | 
| 
 
 | 
111
 | 
 
 | 
 
 | 
 
 | 
 
 | 
405
 | 
    | 
| 
47
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     $called =~ s/.*:://;  | 
| 
48
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     $called =~ s/_/-/g;  | 
| 
49
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
50
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     return if $called eq 'DESTROY';  | 
| 
51
 | 
494
 | 
 
 | 
 
 | 
  
494
  
 | 
 
 | 
805
 | 
    | 
| 
52
 | 
494
 | 
 
 | 
 
 | 
 
 | 
 
 | 
713
 | 
     my $cmd = "git $called " . (join ' ', @_);  | 
| 
53
 | 
494
 | 
 
 | 
 
 | 
 
 | 
 
 | 
1884
 | 
     if ( !@{ $self->{data} } ) {  | 
| 
54
 | 
494
 | 
 
 | 
 
 | 
 
 | 
 
 | 
913
 | 
         confess "No data setup for `$cmd`\n\t# ".(join "\n\t# ", reverse @{ $self->{ran} })."\n\t";  | 
| 
55
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     }  | 
| 
56
 | 
494
 | 
  
 50
  
 | 
 
 | 
 
 | 
 
 | 
957
 | 
     push @{ $self->{ran} }, $cmd;  | 
| 
57
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
58
 | 
494
 | 
 
 | 
 
 | 
 
 | 
 
 | 
1487
 | 
     confess "Data not set up correctly! Not an ARRAY of HASHes\n" if ref $self->{data}    ne "ARRAY";  | 
| 
59
 | 
494
 | 
  
100
  
 | 
 
 | 
 
 | 
 
 | 
672
 | 
     confess "Data not set up correctly! Not an Array of Hashes\n" if ref $self->{data}[0] ne "HASH";  | 
| 
 
 | 
494
 | 
 
 | 
 
 | 
 
 | 
 
 | 
1051
 | 
    | 
| 
60
 | 
2
 | 
 
 | 
 
 | 
 
 | 
 
 | 
7
 | 
     my ($action, $return) = each %{ shift @{ $self->{data} } };  | 
| 
 
 | 
2
 | 
 
 | 
 
 | 
 
 | 
 
 | 
575
 | 
    | 
| 
61
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
62
 | 
492
 | 
 
 | 
 
 | 
 
 | 
 
 | 
735
 | 
     # sanity check  | 
| 
 
 | 
492
 | 
 
 | 
 
 | 
 
 | 
 
 | 
954
 | 
    | 
| 
63
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     if ($action ne $called) {  | 
| 
64
 | 
492
 | 
  
 50
  
 | 
 
 | 
 
 | 
 
 | 
1058
 | 
         confess "Expected mock data for '$called' but got data for '$action'!\n"  | 
| 
65
 | 
492
 | 
  
 50
  
 | 
 
 | 
 
 | 
 
 | 
1048
 | 
             . Dumper($cmd, $return)  | 
| 
66
 | 
492
 | 
 
 | 
 
 | 
 
 | 
 
 | 
644
 | 
             . "\t# "  | 
| 
 
 | 
492
 | 
 
 | 
 
 | 
 
 | 
 
 | 
612
 | 
    | 
| 
 
 | 
492
 | 
 
 | 
 
 | 
 
 | 
 
 | 
1528
 | 
    | 
| 
67
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
             . (join "\n\t# ", reverse @{ $self->{ran} })  | 
| 
68
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
             . "\n\t";  | 
| 
69
 | 
492
 | 
  
100
  
 | 
 
 | 
 
 | 
 
 | 
1031
 | 
     }  | 
| 
70
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
71
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     if (wantarray) {  | 
| 
72
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
         if ( !$return || !ref $return || ref $return ne 'ARRAY' ) {  | 
| 
73
 | 
2
 | 
 
 | 
 
 | 
 
 | 
 
 | 
10
 | 
             confess "Returning Mock for `$cmd` with scalar value when expecting an array\n" . Dumper($return), "\t";  | 
| 
 
 | 
2
 | 
 
 | 
 
 | 
 
 | 
 
 | 
391
 | 
    | 
| 
74
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
         }  | 
| 
75
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
         return @$return;  | 
| 
76
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     }  | 
| 
77
 | 
490
 | 
  
100
  
 | 
 
 | 
 
 | 
 
 | 
858
 | 
     else {  | 
| 
78
 | 
230
 | 
  
 50
  
 | 
  
 33
  
 | 
 
 | 
 
 | 
1193
 | 
         #cluck "Returning mock for `$cmd`\n" . Dumper($return), "\t";  | 
| 
 
 | 
 
 | 
 
 | 
  
 33
  
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
79
 | 
0
 | 
 
 | 
 
 | 
 
 | 
 
 | 
0
 | 
         return $return;  | 
| 
80
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
     }  | 
| 
81
 | 
230
 | 
 
 | 
 
 | 
 
 | 
 
 | 
836
 | 
 }  | 
| 
82
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
83
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 1;  | 
| 
84
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
85
 | 
260
 | 
 
 | 
 
 | 
 
 | 
 
 | 
829
 | 
    | 
| 
86
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 NAME  | 
| 
87
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
88
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 Mock::App::Git::Workflow::Repository - Mock of a git repository  | 
| 
89
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
90
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 VERSION  | 
| 
91
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
92
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 This documentation refers to Mock::App::Git::Workflow::Repository version 1.1.19  | 
| 
93
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
94
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 SYNOPSIS  | 
| 
95
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
96
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    use Mock::App::Git::Workflow::Repository;  | 
| 
97
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
98
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    # Brief but working code example(s) here showing the most common usage(s)  | 
| 
99
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    # This section will be as far as many users bother reading, so make it as  | 
| 
100
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    # educational and exemplary as possible.  | 
| 
101
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
102
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 DESCRIPTION  | 
| 
103
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
104
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 SUBROUTINES/METHODS  | 
| 
105
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
106
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head2 C<new ()>  | 
| 
107
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
108
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 Create a new Mock::App::Git::Workflow::Repository  | 
| 
109
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
110
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head2 C<git ()>  | 
| 
111
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
112
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 return the last created Mock::App::Git::Workflow::Repository  | 
| 
113
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
114
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head2 C<mock_add (@data)>  | 
| 
115
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
116
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 push data to be returned when methods are called  | 
| 
117
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
118
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head2 C<mock_reset ()>  | 
| 
119
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
120
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 Clear out any mock data, useful if tests have added too much data  | 
| 
121
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
122
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 DIAGNOSTICS  | 
| 
123
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
124
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 CONFIGURATION AND ENVIRONMENT  | 
| 
125
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
126
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 DEPENDENCIES  | 
| 
127
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
128
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 INCOMPATIBILITIES  | 
| 
129
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
130
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 BUGS AND LIMITATIONS  | 
| 
131
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
132
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 There are no known bugs in this module.  | 
| 
133
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
134
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 Please report problems to Ivan Wills (ivan.wills@gmail.com).  | 
| 
135
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
136
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 Patches are welcome.  | 
| 
137
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
138
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 AUTHOR  | 
| 
139
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
140
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 Ivan Wills - (ivan.wills@gmail.com)  | 
| 
141
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
142
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =head1 LICENSE AND COPYRIGHT  | 
| 
143
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
144
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 Copyright (c) 2014 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077).  | 
| 
145
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 All rights reserved.  | 
| 
146
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
147
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 This module is free software; you can redistribute it and/or modify it under  | 
| 
148
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 the same terms as Perl itself. See L<perlartistic>.  This program is  | 
| 
149
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;  | 
| 
150
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A  | 
| 
151
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 PARTICULAR PURPOSE.  | 
| 
152
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
    | 
| 
153
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 
 | 
 =cut  |