|
t/03-textformatting.t
|
- 1..19
- ok 1 - First line fitted correctly
- ok 2 - First line remainder correct
- ok 3 - Wider line fitted correctly
- ok 4 - Wider line remainder correct
- ok 5 - Partial word fill correct
- ok 6 - Partial word remainder correct
- ok 7 - Correct number of lines.
- ok 8 - Lines were correct
- ok 9 - left-justify to string width causes no change
- ok 10 - right-justify to string width causes no change
- ok 11 - centre-justify to string width causes no change
- ok 12 - left-justify correct
- ok 13 - right-justify correct
- ok 14 - centre-justify correct
- ok 15 - uneven centre-justify correct
- not ok 16 - fully justify with no words correct
- ok 17 - fully justify with two words correct
- ok 18 - fully justify with three words correct
- ok 19 - fully justify with three words uneven correct
- # Looks like you failed 1 tests of 19
|
7.56s |
94.7% |
|
t/02-fieldobjects.t
|
- 1..2
- ok 1 - TextField constructs with no parameters
- ok 2 - TextField constructor returned an object
|
3.68s |
100.0% |
|
t/05-fieldformat.t
|
- 1..20
- ok 1 - Right-justified text field constructed
- ok 2 - Right text field format returned one line
- ok 3 - Right text field format returned correct length line
- ok 4 - Right text field format returned correct line
- ok 5 - Centre text field constructed
- ok 6 - Centre text field format returned three lines
- ok 7 - Centre text field format lines are equal lengths
- ok 8 - Centre text field format lines are the correct length
- ok 9 - Centre text field first line is correct
- ok 10 - Centre text field second line is correct
- ok 11 - Centre text field third line is correct
- ok 12 - Centre text field align returned six lines
- ok 13 - Centre text field align returned lines are equal lengths
- ok 14 - Centre text field aligned lines are the correct length
- ok 15 - CTF align first line correct
- ok 16 - CTF align second line is correct
- ok 17 - CTF align third line is correct
- ok 18 - CTF align fourth line is correct
- ok 19 - CTF align fifth line correct
- ok 20 - CTF align sixth line correct
|
6.84s |
100.0% |
|
t/06-form.t
|
- 1..12
- ok 1 - Literal
- ok 2 - Single left-line field
- ok 3 - Single left-line field with literal after
- ok 4 - Single right-line field with literal after
- ok 5 - Single centred-line field with single left-line field after
- ok 6 - Two fields
- ok 7 - Two literals, one field
- ok 8 - Insufficient arguments
- ok 9 - Line field overflow
- ok 10 - Block field overflow
- ok 11 - Multiple block overflow
- ok 12 - Literal block field
|
8.23s |
100.0% |
|
t/04-parseactions.t
|
- 1..27
- ok 1 - Form::FormActions constructs
- ok 2 - Parse left block field with actions succeeds
- ok 3 - Parse returned Form::Field::TextField result object (it was a Form::Field::TextField())
- ok 4 - Parsed left block field block state is true
- ok 5 - Parsed left block field width is correct
- ok 6 - Parse right line field with actions succeeds
- ok 7 - Parse returned a Form::Field::TextField result object
- ok 8 - Parsed right line field object is not a block
- ok 9 - Parsed right line field width is correct
- ok 10 - Parse centred line field with actions succeeds
- ok 11 - Parse centred line field result object is TextField
- ok 12 - Parsed centred line field has correct width
- ok 13 - Parse justified line field with actions succeeds
- ok 14 - Parse justified line field result object is TextField
- ok 15 - Parsed justified line field has correct width
- ok 16 - Mixed field parse returned an array
- ok 17 - Mixed field parse had the correct number of elements
- ok 18 - Mixed field section 1 has type Str() (Str())
- ok 19 - Mixed field section 2 has type Form::Field::TextField() (Form::Field::TextField())
- ok 20 - Mixed field section 3 has type Str() (Str())
- ok 21 - Mixed field section 4 has type Form::Field::TextField() (Form::Field::TextField())
- ok 22 - Mixed field section 5 has type Form::Field::TextField() (Form::Field::TextField())
- ok 23 - Verbatim field parse returned an array
- ok 24 - Verbatim field parse has one element
- ok 25 - Verbatime field object is a VerbatimField
- ok 26 - Verbatim field object has correct width
- ok 27 - Verbatime field object is not a block
|
8.70s |
100.0% |
|
t/01-fieldparsing.t
|
- 1..20
- ok 1 - Plain literal string parses
- ok 2 - Simple left block field parses
- ok 3 - Simple right block field parses
- ok 4 - Simple left line field parses
- ok 5 - Simple right line field parses
- ok 6 - Simple block justified field parses
- ok 7 - Simple line justified field parses
- ok 8 - Simple centred line field parses
- ok 9 - Simple centred block field parses
- ok 10 - Left block field inside literals parses
- ok 11 - Left line field before literal parses
- ok 12 - Centred line field after literal parses
- ok 13 - Centred line field (alternative)
- ok 14 - Centred block field (alternative)
- ok 15 - Middled end marker
- ok 16 - Middled start marker
- ok 17 - Bottomed end marker
- ok 18 - Bottomed start marker
- ok 19 - Verbatim line field
- ok 20 - Verbatim block field
|
5.48s |
100.0% |