File Coverage

blib/lib/Rose/DB/Object/MixIn.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Rose::DB::Object::MixIn;
2              
3 1     1   11623 use strict;
  1         3  
  1         37  
4              
5 1     1   7 use base 'Rose::Object::MixIn';
  1         105  
  1         201  
6              
7             our $VERSION = '0.764';
8              
9             1;
10              
11             __END__
12              
13             =head1 NAME
14              
15             Rose::DB::Object::MixIn - A base class for mix-ins.
16              
17             =head1 SYNOPSIS
18              
19             # This module is deprecated. Please use Rose::Object::MixIn instead.
20              
21             =head1 DESCRIPTION
22              
23             This class is a trivial subclass of L<Rose::Object::MixIn>. It exists for backward compatibility reasons only. Please see L<Rose::Object::MixIn> for full documentation, and use that class instead of this one.
24              
25             =head1 AUTHOR
26              
27             John C. Siracusa (siracusa@gmail.com)
28              
29             =head1 LICENSE
30              
31             Copyright (c) 2010 by John C. Siracusa. All rights reserved. This program is
32             free software; you can redistribute it and/or modify it under the same terms
33             as Perl itself.