File Coverage

blib/lib/App/Phoebe.pm
Criterion Covered Total %
statement 36 1413 2.5
branch 0 514 0.0
condition 0 131 0.0
subroutine 12 133 9.0
pod 0 86 0.0
total 48 2277 2.1


line stmt bran cond sub pod time code
1             #!/usr/bin/perl
2             # Copyright (C) 2017–2021 Alex Schroeder
3              
4             # This program is free software: you can redistribute it and/or modify it under
5             # the terms of the GNU Affero General Public License as published by the Free
6             # Software Foundation, either version 3 of the License, or (at your option) any
7             # later version.
8             #
9             # This program is distributed in the hope that it will be useful, but WITHOUT
10             # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11             # FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
12             # details.
13             #
14             # You should have received a copy of the GNU Affero General Public License along
15             # with this program. If not, see .
16              
17             =encoding utf8
18              
19             =head1 NAME
20              
21             App::Phoebe - a Gemini-based wiki
22              
23             =head1 DESCRIPTION
24              
25             This module contains the core of the Phoebe wiki. Import functions and variables
26             from this module to write extensions, or to run it some other way. Usually,
27             F