File Coverage

ex/MyBogusApp.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 MyBogusApp;
2 1     1   6 use warnings;
  1         2  
  1         47  
3 1     1   6 use strict;
  1         1  
  1         27  
4              
5             =head2 nonexistent
6              
7             This function actually doesn't exist. It's only here to test that
8             DispatchFromPod throws an error when given a nonexistent target function.
9              
10             =head3 XMLRPC bogus.nonexistent
11              
12             =for xmlrpc bogus.nonexistent nonexistent
13              
14             =head3 JSONRPC: bogus.nonexistent
15              
16             =for jsonrpc bogus.nonexistent nonexistent
17              
18             =cut
19              
20             1;